1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

improve registration fail error msg slightly

This commit is contained in:
Matthew Hodgson
2016-02-15 21:58:37 +02:00
parent af5a866596
commit 0d153df417

View File

@@ -126,7 +126,7 @@ module.exports = React.createClass({
if (!response || !response.user_id || !response.access_token) {
console.error("Final response is missing keys.");
self.setState({
errorText: "There was a problem processing the response."
errorText: "Registration failed on server"
});
return;
}