Skip to content

Commit

Permalink
try different auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
flamekiller22 committed Jan 10, 2024
1 parent 2fa94f5 commit 9a13fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(protected)/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const SettingsPage = () => {
placeholder="******"
disabled={isPending}
type="password"
autoComplete="off"
autoComplete="new-password"
/>
</FormControl>
<FormMessage />
Expand Down
2 changes: 1 addition & 1 deletion components/auth/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const LoginForm = () => {
{...field}
disabled={isPending}
placeholder="123456"
autoComplete="off"
autoComplete="new-password"
/>
</FormControl>
<FormMessage />
Expand Down

0 comments on commit 9a13fbb

Please sign in to comment.