Add going back functionality to the email verification screen

This commit is contained in:
ismailgulek
2022-05-26 14:50:08 +03:00
parent 328abfe18d
commit d1da92f0d1
7 changed files with 45 additions and 9 deletions
@@ -23,6 +23,9 @@ protocol AuthenticationVerifyEmailViewModelProtocol {
/// Updates the view to reflect that a verification email was successfully sent.
@MainActor func updateForSentEmail()
/// Goes back to the email form
@MainActor func goBackToEnterEmailForm()
/// Display an error to the user.
@MainActor func displayError(_ type: AuthenticationVerifyEmailErrorType)