chore: seperated auth page files

This commit is contained in:
Mahyar Khanbolooki
2025-06-30 23:02:12 +03:30
parent 5b58b1e6ba
commit 2fc5b28925
9 changed files with 289 additions and 172 deletions
+5
View File
@@ -0,0 +1,5 @@
export enum AUTH_PAGE_ELEMENT {
TOGGLE_PASSWORD = "togglePassword",
RESET_PASSWORD = "resetPassword",
RESEND_OTP = "resendOtp"
}