TF-1194 create new default identity: add bindings in interactors and utils class

This commit is contained in:
sherlockvn
2023-01-16 17:03:24 +07:00
committed by Dat Vu
parent f188cd3b0d
commit bf8005927e
3 changed files with 21 additions and 2 deletions
@@ -13,7 +13,7 @@ class IdentityCreatorBindings extends Bindings {
Get.lazyPut(() => IdentityCreatorController(
Get.find<VerifyNameInteractor>(),
Get.find<GetAllIdentitiesInteractor>(),
Get.find<GetAllIdentitiesInteractor>()
));
}