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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy