fix(client): ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正

This commit is contained in:
syuilo
2021-11-21 14:01:53 +09:00
parent 270df5c5b0
commit 8e04bd12cf
3 changed files with 10 additions and 0 deletions

View File

@ -197,6 +197,14 @@ export default defineComponent({
});
break;
}
case '932c904e-9460-45b7-9ce6-7ed33be7eb2c': {
os.alert({
type: 'error',
title: this.$ts.loginFailed,
text: this.$ts.incorrectPassword,
});
break;
}
case 'e03a5f46-d309-4865-9b69-56282d94e1eb': {
showSuspendedDialog();
break;