fix(sign-in): ログイン失敗時のエラーコードの統一 (MisskeyIO#843)

This commit is contained in:
あわわわとーにゅ 2024-12-25 09:43:25 +09:00 committed by GitHub
parent 6542ad4a12
commit 8abe8aecee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 53 additions and 25 deletions

View file

@ -241,7 +241,7 @@ function loginFailed(err: any): void {
os.alert({
type: 'error',
title: i18n.ts.loginFailed,
text: i18n.ts.incorrectPassword,
text: i18n.ts.authenticationFailed,
});
break;
}