chore: update nextjs example

This commit is contained in:
Bereket Engida
2024-10-20 22:44:33 +03:00
parent 4edc4289e5
commit dbd91509a3
11 changed files with 517 additions and 53 deletions

View File

@@ -16,10 +16,11 @@ const PasswordInput = React.forwardRef<HTMLInputElement, InputProps>(
return (
<div className="relative">
<Input
{...props}
type={showPassword ? "text" : "password"}
name="password_fake"
className={cn("hide-password-toggle pr-10", className)}
ref={ref}
{...props}
/>
<Button
type="button"