Add a build flag for Verify with Classic to disable it for the next RC. (#5406)
This commit is contained in:
@@ -46,7 +46,7 @@ class AuthenticationService: AuthenticationServiceProtocol {
|
||||
self.appHooks = appHooks
|
||||
|
||||
do {
|
||||
if let classicAppManager {
|
||||
if let classicAppManager, appSettings.verifyWithClassicEnabled {
|
||||
classicAppAccount = try classicAppManager.loadAccounts().first
|
||||
} else {
|
||||
MXLog.info("Classic App not configured, skipping loadAccounts.")
|
||||
|
||||
Reference in New Issue
Block a user