feat: add autocomplete for password managers
This commit is contained in:
@@ -101,6 +101,7 @@ export const SignInForm = ({ className }: SignInFormProps) => {
|
||||
type="password"
|
||||
minLength={6}
|
||||
maxLength={72}
|
||||
autoComplete="current-password"
|
||||
className="bg-background mt-2"
|
||||
{...register('password')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user