Correctly display an error if a bad IS URL is entered.
parent
8ea0117a09
commit
ad60e23459
|
@ -183,7 +183,7 @@ class EmailIdentityStage extends Stage {
|
||||||
} else {
|
} else {
|
||||||
e.message = 'Unable to contact the given identity server';
|
e.message = 'Unable to contact the given identity server';
|
||||||
}
|
}
|
||||||
return e;
|
throw e;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue