Properties
cancelChangePasswordButton
cancelChangePasswordButton: string
changePasswordForgotPasswordLink
changePasswordForgotPasswordLink: string
changePasswordForgotPasswordLinkHref
changePasswordForgotPasswordLinkHref: string
handleSubmitPasswordChange
handleSubmitPasswordChange: ((data) => void)
isSubmitting
isSubmitting: boolean
labels
labels: {
confirmPassword: string;
newPassword: string;
password: string;
}
Type declaration
confirmPassword: string
newPassword: string
password: string
onCancelUpdate
onCancelUpdate: (() => void)
onNavigate
onNavigate: ((route) => void)
Type declaration
- (route): void
Returns void
passwordValidation
passwordValidation: ((errorKeys) => string)
Type declaration
- (errorKeys): string
Parameters
errorKeys: PasswordValidationError[]
Returns string
placeholders
placeholders: {
confirmPassword: string;
newPassword: string;
password: string;
}
Type declaration
confirmPassword: string
newPassword: string
password: string
screenMode
screenMode: "desktop" | "mobile"
submitChangePasswordButton
submitChangePasswordButton: string
validationErrorText
validationErrorText: {
confirmPassword: string;
password: string;
}
Type declaration
confirmPassword: string
password: string