fix: visibility toggle for new password disabled on edit profile

This commit is contained in:
Michael Zetterberg
2024-10-16 12:05:08 +02:00
parent 6be0510927
commit c1a3b9ae8a
3 changed files with 26 additions and 14 deletions
@@ -4,6 +4,7 @@ export interface NewPasswordProps
extends React.InputHTMLAttributes<HTMLInputElement> {
label?: string
registerOptions?: RegisterOptions
visibilityToggleable?: boolean
}
export interface IconProps {