mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +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 'manage_password_dialog.dart';
|
||||
import 'reset_dialog.dart';
|
||||
import 'list_screen.dart';
|
||||
import 'migrate_account_page.dart';
|
||||
|
||||
Widget oathBuildActions(
|
||||
BuildContext context,
|
||||
@ -112,7 +112,7 @@ Widget oathBuildActions(
|
||||
await showBlurDialog(
|
||||
context: context,
|
||||
builder: (context) =>
|
||||
ListScreen(devicePath, oathState, data),
|
||||
MigrateAccountPage(devicePath, oathState, data),
|
||||
);
|
||||
});
|
||||
} else if (otpauth.contains('otpauth')) {
|
||||
|
Loading…
Reference in New Issue
Block a user