mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
feat: handle new registration flow
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
export enum OtpScope {
|
||||
VERIFY_PHONE = 'VERIFY_PHONE',
|
||||
VERIFY_EMAIL = 'VERIFY_EMAIL',
|
||||
FORGET_PASSWORD = 'FORGET_PASSWORD',
|
||||
LOGIN = 'LOGIN',
|
||||
}
|
||||
|
Reference in New Issue
Block a user