mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Back EditBackupPasswordViewModel factory (#570)
This commit is contained in:
parent
81cec4ae20
commit
bd5a2fa49f
1 changed files with 3 additions and 0 deletions
|
@ -587,6 +587,9 @@ Future setup(
|
|||
|
||||
getIt.registerFactory(() => BackupPage(getIt.get<BackupViewModel>()));
|
||||
|
||||
getIt.registerFactory(
|
||||
() => EditBackupPasswordViewModel(getIt.get<FlutterSecureStorage>(), getIt.get<SecretStore>()));
|
||||
|
||||
getIt.registerFactory(
|
||||
() => EditBackupPasswordPage(getIt.get<EditBackupPasswordViewModel>()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue