diff --git a/demo/nextjs/components/ui/password-input.tsx b/demo/nextjs/components/ui/password-input.tsx index db6f1188..e44fc600 100644 --- a/demo/nextjs/components/ui/password-input.tsx +++ b/demo/nextjs/components/ui/password-input.tsx @@ -17,8 +17,7 @@ const PasswordInput = React.forwardRef(
( onClick={() => setShowPassword((prev) => !prev)} disabled={disabled} > - {!showPassword && !disabled ? ( + {showPassword && !disabled ? (