Skip to content

Commit

Permalink
feat: ignore autocomplete in create user dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Oct 6, 2024
1 parent 91ca910 commit 5e04385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dashboard/src/components/dialogs/create-user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export function CreateUser({ mutate }) {
<Input
id="username"
required
data-1p-ignore
autoComplete="none"
placeholder="pedro"
className="col-span-3"
/>
Expand All @@ -79,6 +81,8 @@ export function CreateUser({ mutate }) {
id="password"
required
minLength={5}
data-1p-ignore
autoComplete="none"
type="password"
className="col-span-3"
/>
Expand Down

0 comments on commit 5e04385

Please sign in to comment.