Add a build flag for Verify with Classic to disable it for the next RC. (#5406)

This commit is contained in:
Doug
2026-04-16 12:19:09 +01:00
committed by GitHub
parent b127efae16
commit 8736a9f842
2 changed files with 3 additions and 1 deletions

View File

@@ -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.")