feat: remove auth method
This commit is contained in:
parent
201c56c3dd
commit
9160281ea2
7 changed files with 144 additions and 16 deletions
|
@ -142,6 +142,8 @@ export const errorCodeDesc = (t: TFunction, code: ErrorCode) => {
|
|||
return t("error.errors.user-not-found");
|
||||
case ErrorCode.AccountAlreadyLinked:
|
||||
return t("error.errors.account-already-linked");
|
||||
case ErrorCode.LastAuthMetod:
|
||||
return t("error.errors.last-auth-method");
|
||||
}
|
||||
|
||||
return t("error.errors.generic-error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue