diff --git a/src/app/modules/startup/internal/user_profile_confirm_password_state.nim b/src/app/modules/startup/internal/user_profile_confirm_password_state.nim index d14ec009c9..b08c3c1816 100644 --- a/src/app/modules/startup/internal/user_profile_confirm_password_state.nim +++ b/src/app/modules/startup/internal/user_profile_confirm_password_state.nim @@ -24,7 +24,7 @@ method executePrimaryCommand*(self: UserProfileConfirmPasswordState, controller: elif self.flowType == FlowType.FirstRunNewUserNewKeycardKeys: controller.storeKeycardAccountAndLogin(storeToKeychain, newKeycard = true) elif self.flowType == FlowType.FirstRunOldUserImportSeedPhrase: - controller.storeImportedAccountAndLogin(storeToKeychain) + controller.storeImportedAccountAndLogin(storeToKeychain, recoverAccount = true) elif self.flowType == FlowType.LostKeycardConvertToRegularAccount: controller.loginAccountKeycardUsingSeedPhrase(storeToKeychain)