feat: add email sign up
This commit is contained in:
6
src/auth/type.ts
Normal file
6
src/auth/type.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface AuthUserSignup {
|
||||
email: string;
|
||||
password: string;
|
||||
confirmPassword: string;
|
||||
verificationCode: string;
|
||||
}
|
||||
Reference in New Issue
Block a user