mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Prepare onboarding flow for personalisation screens.
Add a BuildSetting to control the display of the personalisation screens. Add a property to delay the AuthenticationCoordinator from showing any screens. Add Congratulations screen to onboarding flow.
This commit is contained in:
@@ -25,7 +25,7 @@ extern NSString *const MXKAuthErrorDomain;
|
||||
/**
|
||||
Authentication types
|
||||
*/
|
||||
typedef enum {
|
||||
typedef NS_ENUM(NSUInteger, MXKAuthenticationType) {
|
||||
/**
|
||||
Type used to sign up.
|
||||
*/
|
||||
@@ -39,7 +39,7 @@ typedef enum {
|
||||
*/
|
||||
MXKAuthenticationTypeForgotPassword
|
||||
|
||||
} MXKAuthenticationType;
|
||||
};
|
||||
|
||||
@class MXKAuthInputsView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user