fix(sign-in): ログイン失敗時のエラーコードの統一 (MisskeyIO#843)
This commit is contained in:
parent
6542ad4a12
commit
8abe8aecee
26 changed files with 53 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue