mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Merge branch 'develop' into key_verification_refact
This commit is contained in:
@@ -62,7 +62,7 @@ final class UserVerificationCoordinator: NSObject, UserVerificationCoordinatorTy
|
||||
return
|
||||
}
|
||||
|
||||
guard self.session.crypto.crossSigning.isBootstrapped else {
|
||||
guard self.session.crypto.crossSigning.canCrossSign else {
|
||||
self.presentBootstrapNotSetup()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user