Skip to content
Prev Previous commit
Next Next commit
remove autofocus from optional name field
  • Loading branch information
johnstcn committed Jun 6, 2024
commit 64af35856e987dd7c269121fd41cea114aae934a
1 change: 0 additions & 1 deletion site/src/pages/SetupPage/SetupPageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
type="password"
/>
<TextField
autoFocus
{...getFieldHelpers("name")}
onBlur={(e) => {
e.target.value = e.target.value.trim();
Expand Down