mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Correctly display an error if a bad IS URL is entered.
This commit is contained in:
parent
8ea0117a09
commit
ad60e23459
@ -183,7 +183,7 @@ class EmailIdentityStage extends Stage {
|
||||
} else {
|
||||
e.message = 'Unable to contact the given identity server';
|
||||
}
|
||||
return e;
|
||||
throw e;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user