More tweaks on error messages
This commit is contained in:
parent
48f162b9df
commit
d1af5a2232
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ module.exports = {
|
||||||
self.setState({errorText: 'This Home Server does not support login using email address.'});
|
self.setState({errorText: 'This Home Server does not support login using email address.'});
|
||||||
}
|
}
|
||||||
else if (error.httpStatus === 403) {
|
else if (error.httpStatus === 403) {
|
||||||
self.setState({errorText: 'The provided credentials are incorrect.'});
|
self.setState({errorText: 'Incorrect username and/or password.'});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
self.setState({
|
self.setState({
|
||||||
|
|
Loading…
Reference in a new issue