ログイン失敗時のメッセージを改善

This commit is contained in:
sei0o 2018-08-17 12:34:07 +09:00
parent e38e4940b4
commit 9476a240d9
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;
});
}