You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-04 03:22:43 +03:00
Correctly display an error if a bad IS URL is entered.
This commit is contained in:
@@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user