Skip to content

Commit 5e04385

Browse files
committed
feat: ignore autocomplete in create user dialog
1 parent 91ca910 commit 5e04385

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/dashboard/src/components/dialogs/create-user.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export function CreateUser({ mutate }) {
6767
<Input
6868
id="username"
6969
required
70+
data-1p-ignore
71+
autoComplete="none"
7072
placeholder="pedro"
7173
className="col-span-3"
7274
/>
@@ -79,6 +81,8 @@ export function CreateUser({ mutate }) {
7981
id="password"
8082
required
8183
minLength={5}
84+
data-1p-ignore
85+
autoComplete="none"
8286
type="password"
8387
className="col-span-3"
8488
/>

0 commit comments

Comments
 (0)