Merge pull request #6201 from vector-im/doug/5654_login_flow

Add login screen to new flow.
This commit is contained in:
Doug
2022-05-31 17:04:50 +01:00
committed by GitHub
35 changed files with 1343 additions and 255 deletions
@@ -21,6 +21,7 @@ import Foundation
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationLoginScreenState.self,
MockAuthenticationReCaptchaScreenState.self,
MockAuthenticationTermsScreenState.self,
MockAuthenticationVerifyEmailScreenState.self,