Skip to content

Commit 23ba888

Browse files
committed
Add back autoFocus
1 parent 35f462a commit 23ba888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/CreateUserForm/CreateUserForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const CreateUserForm: React.FC<CreateUserFormProps> = ({ onSubmit, onCanc
5454
{...getFieldHelpers("username")}
5555
onChange={onChangeTrimmed(form)}
5656
autoComplete="username"
57+
autoFocus
5758
fullWidth
5859
label={Language.usernameLabel}
5960
variant="outlined"

0 commit comments

Comments
 (0)