Skip to content

Commit

Permalink
Show the Login with QR Code button. (#3392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Oct 10, 2024
1 parent 4d697a3 commit 8e03cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8e03cc8

Please sign in to comment.