fix: visibility toggle for new password disabled on edit profile
This commit is contained in:
@@ -4,6 +4,7 @@ export interface NewPasswordProps
|
||||
extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
label?: string
|
||||
registerOptions?: RegisterOptions
|
||||
visibilityToggleable?: boolean
|
||||
}
|
||||
|
||||
export interface IconProps {
|
||||
|
||||
Reference in New Issue
Block a user