Skip to content

Commit 8e03cc8

Browse files
authored
Show the Login with QR Code button. (#3392)
1 parent 4d697a3 commit 8e03cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElementX/Sources/Screens/AuthenticationStartScreen/AuthenticationStartScreenViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AuthenticationStartScreenViewModel: AuthenticationStartScreenViewModelType
1919

2020
init(webRegistrationEnabled: Bool) {
2121
super.init(initialViewState: AuthenticationStartScreenViewState(isWebRegistrationEnabled: webRegistrationEnabled,
22-
isQRCodeLoginEnabled: !ProcessInfo.processInfo.isiOSAppOnMac && AppSettings.isDevelopmentBuild))
22+
isQRCodeLoginEnabled: !ProcessInfo.processInfo.isiOSAppOnMac))
2323
}
2424

2525
override func process(viewAction: AuthenticationStartScreenViewAction) {

0 commit comments

Comments
 (0)