mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Bug Fix - Login screen: Stuck on flashing loading wheel
in case of invalid credentials #637
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
// Homeserver migration: When the default homeserver url is different from matrix.org,
|
||||
// the login (or forgot pwd) process with an existing matrix.org accounts will then fail.
|
||||
// Patch: Falling back to matrix.org HS so we don't break everyone's logins
|
||||
if ([self.homeServerTextField.text isEqualToString:self.defaultHomeServerUrl] && ![self.defaultHomeServerUrl isEqualToString:@"matrix.org"])
|
||||
if ([self.homeServerTextField.text isEqualToString:self.defaultHomeServerUrl] && ![self.defaultHomeServerUrl isEqualToString:@"https://matrix.org"])
|
||||
{
|
||||
MXError *mxError = [[MXError alloc] initWithNSError:error];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user