fix(api): fix api endpoint logic #2

This commit is contained in:
shafin-r
2025-08-16 17:05:40 +06:00
parent 713696760e
commit ad46bf954e
5 changed files with 40 additions and 41 deletions

2
types/auth.d.ts vendored
View File

@ -22,6 +22,6 @@ export interface RegisterForm {
}
export interface LoginForm {
email: string;
identifier: string;
password: string;
}