mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 15:07:43 +02:00
Add email verification screen (#6125)
Make a reusable onboarding icon view. Use a native TextField for better dynamic type support. Rename completion to callback. Add readableFrame modifier.
This commit is contained in:
@@ -21,6 +21,7 @@ import Foundation
|
||||
enum MockAppScreens {
|
||||
static let appScreens: [MockScreenState.Type] = [
|
||||
MockLiveLocationSharingViewerScreenState.self,
|
||||
MockAuthenticationVerifyEmailScreenState.self,
|
||||
MockAuthenticationRegistrationScreenState.self,
|
||||
MockAuthenticationServerSelectionScreenState.self,
|
||||
MockOnboardingCelebrationScreenState.self,
|
||||
|
||||
Reference in New Issue
Block a user