add: reset password and basic auth mock service
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user