mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
small comment
This commit is contained in:
parent
22f04b5ff8
commit
cfb84af189
@ -33,8 +33,8 @@ void main() {
|
|||||||
const factoryPin = '123456';
|
const factoryPin = '123456';
|
||||||
const factoryPuk = '12345678';
|
const factoryPuk = '12345678';
|
||||||
// TODO: use or remove factoryManagementKey
|
// TODO: use or remove factoryManagementKey
|
||||||
const factoryManagemenKey =
|
// const factoryManagemenKey =
|
||||||
'010203040506070801020304050607080102030405060708';
|
// '010203040506070801020304050607080102030405060708';
|
||||||
appTest('Reset PIV (settings-init)', (WidgetTester tester) async {
|
appTest('Reset PIV (settings-init)', (WidgetTester tester) async {
|
||||||
await tester.resetPiv();
|
await tester.resetPiv();
|
||||||
await tester.shortWait();
|
await tester.shortWait();
|
||||||
|
Loading…
Reference in New Issue
Block a user