chore: seperated auth page files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum AUTH_PAGE_ELEMENT {
|
||||
TOGGLE_PASSWORD = "togglePassword",
|
||||
RESET_PASSWORD = "resetPassword",
|
||||
RESEND_OTP = "resendOtp"
|
||||
}
|
||||
Reference in New Issue
Block a user