mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
skipped password eye button
This commit is contained in:
parent
530722836c
commit
554b60551d
@ -26,6 +26,7 @@ const PasswordInput = forwardRef<HTMLInputElement, InputProps>(
|
||||
onClick={() => setShowPassword((prev) => !prev)}
|
||||
disabled={props.disabled}
|
||||
aria-label={showPassword ? "Hide password" : "Show password"}
|
||||
tabIndex={-1}
|
||||
>
|
||||
{showPassword ? (
|
||||
<EyeIcon
|
||||
|
||||
Loading…
Reference in New Issue
Block a user