Merge pull request #5698 from vector-im/doug/5653_ftue_analytics_prompt

Prepare onboarding flow for personalisation screens.
This commit is contained in:
Doug
2022-02-28 17:25:19 +00:00
committed by GitHub
33 changed files with 758 additions and 95 deletions
@@ -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;