Change back to 401 error on invalid login

See 26a821e3e2 (commitcomment-13866552)
This commit is contained in:
Toby Zerner
2015-10-21 09:04:58 +10:30
parent 6d7b826133
commit 12830265d9
3 changed files with 7 additions and 12 deletions

View File

@ -236,7 +236,7 @@ export default class App {
return responseText;
};
if (this.requestError) this.requestError.hideAlert();
if (this.requestError) this.alerts.dismiss(this.requestError.alert);
// Now make the request. If it's a failure, inspect the error that was
// returned and show an alert containing its contents.