mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
MESSENGER-3062 BuM Login flow buildfix
This commit is contained in:
@@ -983,7 +983,7 @@
|
||||
service.hashes = BwiBuildSettings.bwiHashes;
|
||||
if (![service isValid:self->mxRestClient.homeserver]) {
|
||||
NSError *error = [[NSError alloc] initWithDomain:@"LoginProtectionError" code:0 userInfo:@{
|
||||
NSLocalizedDescriptionKey: }];
|
||||
NSLocalizedDescriptionKey: @""}];
|
||||
[self onFailureDuringAuthRequest:error];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user