We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c6e00 commit e2bd942Copy full SHA for e2bd942
src/pages/home/Password.tsx
@@ -34,6 +34,7 @@ const Password = (props: PasswordProps) => {
34
>
35
<Heading>{props.title}</Heading>
36
<Input
37
+ autofocus={true}
38
type="password"
39
value={props.password()}
40
background={useColorModeValue("$neutral3", "$neutral2")()}
0 commit comments