Merge pull request #2282 from sei0o/improve-login-failed-message

ログイン失敗時のメッセージを改善
This commit is contained in:
syuilo 2018-08-17 13:19:41 +09:00 committed by GitHub
commit 77d82d2d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -60,7 +60,7 @@ export default Vue.extend({
}).then(() => {
location.reload();
}).catch(() => {
alert('something happened');
alert('%i18n:@login-failed%');
this.signing = false;
});
}