resetting authentication state when the viewmodel resets whilst in the email entry step - matching legacy flow

This commit is contained in:
Adam Brown 2022-04-28 15:54:18 +01:00
parent 9cc646760a
commit 350643c8a4
1 changed files with 1 additions and 1 deletions

View File

@ -74,6 +74,6 @@ class FtueAuthEmailEntryFragment @Inject constructor() : AbstractFtueAuthFragmen
}
override fun resetViewModel() {
// Nothing to do
viewModel.handle(OnboardingAction.ResetAuthenticationAttempt)
}
}