Show the Login with QR Code button. (#3392)

This commit is contained in:
Doug
2024-10-10 14:39:10 +01:00
committed by GitHub
parent a79aad7c54
commit 02e60a5de8

View File

@@ -19,7 +19,7 @@ class AuthenticationStartScreenViewModel: AuthenticationStartScreenViewModelType
init(webRegistrationEnabled: Bool) {
super.init(initialViewState: AuthenticationStartScreenViewState(isWebRegistrationEnabled: webRegistrationEnabled,
isQRCodeLoginEnabled: !ProcessInfo.processInfo.isiOSAppOnMac && AppSettings.isDevelopmentBuild))
isQRCodeLoginEnabled: !ProcessInfo.processInfo.isiOSAppOnMac))
}
override func process(viewAction: AuthenticationStartScreenViewAction) {