mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
More tweaks on error messages
This commit is contained in:
parent
48f162b9df
commit
d1af5a2232
@ -96,7 +96,7 @@ module.exports = {
|
||||
self.setState({errorText: 'This Home Server does not support login using email address.'});
|
||||
}
|
||||
else if (error.httpStatus === 403) {
|
||||
self.setState({errorText: 'The provided credentials are incorrect.'});
|
||||
self.setState({errorText: 'Incorrect username and/or password.'});
|
||||
}
|
||||
else {
|
||||
self.setState({
|
||||
|
Loading…
Reference in New Issue
Block a user