mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Force non-cancellable session verification when needed (account migration / interrupted authentication)
This commit is contained in:
@@ -952,6 +952,15 @@
|
||||
}
|
||||
|
||||
self.reviewSessionAlertHasBeenDisplayed = YES;
|
||||
|
||||
// Force verification if required by the HS configuration
|
||||
if (session.vc_homeserverConfiguration.encryption.isSecureBackupRequired)
|
||||
{
|
||||
NSLog(@"[MasterTabBarController] presentVerifyCurrentSessionAlertIfNeededWithSession: Force verification of the device");
|
||||
[[AppDelegate theDelegate] presentCompleteSecurityForSession:session];
|
||||
return;
|
||||
}
|
||||
|
||||
[self presentVerifyCurrentSessionAlertWithSession:session];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user