revision: auth page components

This commit is contained in:
Mahyar Khanbolooki
2025-07-01 17:34:44 +03:30
parent b5ee3a6b26
commit f11d85cb0b
8 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ export enum AUTH_PAGE_ELEMENT {
INPUT_REMEMBER_ME = "rememberMe",
INPUT_PASSWORD_REPEAT = "passwordRepeat",
INPUT_OTP = "opt",
INPUT_PHONE = "phoneNumber"
INPUT_PHONE = "phone"
}