mirror of https://github.com/vector-im/riot-web
Typo
parent
bd3237500f
commit
7b3d1ad08d
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
|||
onSubmitForm: async function(ev) {
|
||||
ev.preventDefault();
|
||||
|
||||
// refresh the server errors, just in case the server cam back online
|
||||
// refresh the server errors, just in case the server came back online
|
||||
await this._checkServerLiveliness(this.props.serverConfig);
|
||||
|
||||
if (!this.state.email) {
|
||||
|
|
Loading…
Reference in New Issue