MESSENGER-5413 authentication hotspots

This commit is contained in:
Frank Rotermund
2024-01-30 13:23:04 +01:00
parent ebbd5a5c78
commit bc7c98448b
6 changed files with 23 additions and 23 deletions
@@ -51,7 +51,7 @@ enum MockAuthenticationSoftLogoutScreenState: MockScreenState, CaseIterable {
viewModel = AuthenticationSoftLogoutViewModel(credentials: credentials,
homeserver: .mockMatrixDotOrg,
keyBackupNeeded: true,
password: "12345678")
password: "12345678") //NOSONAR Password for mock Unittests
case .ssoOnly:
viewModel = AuthenticationSoftLogoutViewModel(credentials: credentials,
homeserver: .mockEnterpriseSSO,