add: reset password and basic auth mock service

This commit is contained in:
Mahyar Khanbolooki
2025-07-01 00:27:16 +03:30
parent 2fc5b28925
commit a81659ef6e
13 changed files with 245 additions and 52 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
export enum AUTH_PAGE_ELEMENT {
TOGGLE_PASSWORD = "togglePassword",
TOGGLE_REPEAT_PASSWORD = "toggleRepeatPassword",
RESET_PASSWORD = "resetPassword",
RESEND_OTP = "resendOtp"
RESEND_OTP = "resendOtp",
INPUT_PASSWORD = "password",
INPUT_REMEMBER_ME = "rememberMe",
INPUT_PASSWORD_REPEAT = "passwordRepeat",
INPUT_OTP = "opt",
INPUT_PHONE = "phoneNumber"
}