Login flow: Make User Agreement part of the registration flow

#1939
This commit is contained in:
manuroe
2018-11-27 15:52:05 +01:00
parent 475a504f3a
commit f85e90fcc9
10 changed files with 366 additions and 7 deletions
@@ -17,6 +17,8 @@
#import <MatrixKit/MatrixKit.h>
#import "Riot-Swift.h"
@interface AuthInputsView : MXKAuthInputsView <MXKCountryPickerViewControllerDelegate>
@property (weak, nonatomic) IBOutlet UITextField *userLoginTextField;
@@ -50,6 +52,7 @@
@property (weak, nonatomic) IBOutlet UILabel *messageLabel;
@property (weak, nonatomic) IBOutlet MXKAuthenticationRecaptchaWebView *recaptchaWebView;
@property (weak, nonatomic) IBOutlet TermsView *termsView;
/**
Tell whether some third-party identifiers may be added during the account registration.