mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Correctly display an error if a bad IS URL is entered.
This commit is contained in:
parent
8ea0117a09
commit
ad60e23459
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class EmailIdentityStage extends Stage {
|
|||
} else {
|
||||
e.message = 'Unable to contact the given identity server';
|
||||
}
|
||||
return e;
|
||||
throw e;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue