Skip to content

Commit

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

0 comments on commit 2fa94f5

Please sign in to comment.