mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Add going back functionality to the email verification screen
This commit is contained in:
+3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user