mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
refactor: Disable auto-complete for the new user form (#4933)
This commit is contained in:
@ -63,7 +63,7 @@ export const CreateUserForm: FC<
|
||||
|
||||
return (
|
||||
<FullPageForm title="Create user" onCancel={onCancel}>
|
||||
<form onSubmit={form.handleSubmit}>
|
||||
<form onSubmit={form.handleSubmit} autoComplete="off">
|
||||
<Stack spacing={1}>
|
||||
<TextField
|
||||
{...getFieldHelpers("username")}
|
||||
|
Reference in New Issue
Block a user