diff --git a/src/components/structures/auth/Login.js b/src/components/structures/auth/Login.js index fc33d9b54f..95e81b4e6f 100644 --- a/src/components/structures/auth/Login.js +++ b/src/components/structures/auth/Login.js @@ -265,7 +265,10 @@ module.exports = React.createClass({ }, onUsernameBlur: function(username) { - this.setState({ username: username }); + this.setState({ + username: username, + discoveryError: null, + }); if (username[0] === "@") { const serverName = username.split(':').slice(1).join(':'); try {