Skip to content

Commit f6130e2

Browse files
refactor: Disable auto-complete for the new user form (#4933)
1 parent 2af698c commit f6130e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/CreateUserForm/CreateUserForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const CreateUserForm: FC<
6363

6464
return (
6565
<FullPageForm title="Create user" onCancel={onCancel}>
66-
<form onSubmit={form.handleSubmit}>
66+
<form onSubmit={form.handleSubmit} autoComplete="off">
6767
<Stack spacing={1}>
6868
<TextField
6969
{...getFieldHelpers("username")}

0 commit comments

Comments
 (0)