Skip to content
Snippets Groups Projects
Commit d1af5a22 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

More tweaks on error messages

parent 48f162b9
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment