generated from muhtadeetaron/nextjs-template
fix(api): fix api endpoint logic #2
This commit is contained in:
2
types/auth.d.ts
vendored
2
types/auth.d.ts
vendored
@ -22,6 +22,6 @@ export interface RegisterForm {
|
||||
}
|
||||
|
||||
export interface LoginForm {
|
||||
email: string;
|
||||
identifier: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user