feat: remove auth method
This commit is contained in:
parent
201c56c3dd
commit
9160281ea2
7 changed files with 144 additions and 16 deletions
|
@ -17,6 +17,7 @@ export enum ErrorCode {
|
|||
UserNotFound = "USER_NOT_FOUND",
|
||||
MemberNotFound = "MEMBER_NOT_FOUND",
|
||||
AccountAlreadyLinked = "ACCOUNT_ALREADY_LINKED",
|
||||
LastAuthMetod = "LAST_AUTH_METHOD",
|
||||
}
|
||||
|
||||
export type ValidationError = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue