mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
AuthInputsView: Check identity server presence before email registration.
This commit is contained in:
@@ -604,7 +604,7 @@
|
||||
restClient = [self.delegate authInputsViewThirdPartyIdValidationRestClient:self];
|
||||
}
|
||||
|
||||
if (restClient)
|
||||
if (restClient && restClient.identityServer)
|
||||
{
|
||||
// Check whether a second 3pid is available
|
||||
_isThirdPartyIdentifierPending = (nbPhoneNumber && ![self isFlowCompleted:kMXLoginFlowTypeMSISDN]);
|
||||
|
||||
Reference in New Issue
Block a user