mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
resetting authentication state when the viewmodel resets whilst in the email entry step - matching legacy flow
This commit is contained in:
parent
9cc646760a
commit
350643c8a4
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ class FtueAuthEmailEntryFragment @Inject constructor() : AbstractFtueAuthFragmen
|
|||
}
|
||||
|
||||
override fun resetViewModel() {
|
||||
// Nothing to do
|
||||
viewModel.handle(OnboardingAction.ResetAuthenticationAttempt)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue