mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
Rename file
This commit is contained in:
parent
90bae74e53
commit
5958ba4e70
@ -32,7 +32,7 @@ import '../keys.dart' as keys;
|
|||||||
import 'add_account_page.dart';
|
import 'add_account_page.dart';
|
||||||
import 'manage_password_dialog.dart';
|
import 'manage_password_dialog.dart';
|
||||||
import 'reset_dialog.dart';
|
import 'reset_dialog.dart';
|
||||||
import 'list_screen.dart';
|
import 'migrate_account_page.dart';
|
||||||
|
|
||||||
Widget oathBuildActions(
|
Widget oathBuildActions(
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
@ -112,7 +112,7 @@ Widget oathBuildActions(
|
|||||||
await showBlurDialog(
|
await showBlurDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) =>
|
builder: (context) =>
|
||||||
ListScreen(devicePath, oathState, data),
|
MigrateAccountPage(devicePath, oathState, data),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
} else if (otpauth.contains('otpauth')) {
|
} else if (otpauth.contains('otpauth')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user