Wizard: Fix password visibility toggle
This commit is contained in:
parent
18ab2ddb2e
commit
419c76fda6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export const PasswordValidatedInput = ({
|
|||
variant="control"
|
||||
onClick={togglePasswordVisibility}
|
||||
aria-label={isPasswordVisible ? 'Hide password' : 'Show password'}
|
||||
isDisabled={hasPassword}
|
||||
isDisabled={hasPassword && !value}
|
||||
>
|
||||
{isPasswordVisible ? <EyeSlashIcon /> : <EyeIcon />}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue