tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
autofocus login input
handle.invalid
3 weeks ago
a63ab53b
d6244a21
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
auth
login.tsx
+1
-1
src/auth/login.tsx
···
61
61
id="username"
62
62
name="username"
63
63
autocomplete="username"
64
64
-
autofocus
64
64
+
ref={(el) => setTimeout(() => el.focus())}
65
65
aria-label="Your AT Protocol handle"
66
66
class="grow py-1 select-none placeholder:text-sm focus:outline-none"
67
67
onInput={(e) => setLoginInput(e.currentTarget.value)}