mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-01 22:55:44 +00:00
Compare commits
2 Commits
085f6257c5
...
d4069900bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4069900bc | ||
|
|
a54996d72d |
@@ -1,5 +1,5 @@
|
|||||||
# Site builder
|
# Site builder
|
||||||
FROM oven/bun:1.2.22-alpine AS frontend-builder
|
FROM oven/bun:1.2.23-alpine AS frontend-builder
|
||||||
|
|
||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ export const TotpForm = (props: Props) => {
|
|||||||
disabled={loading}
|
disabled={loading}
|
||||||
{...field}
|
{...field}
|
||||||
autoComplete="one-time-code"
|
autoComplete="one-time-code"
|
||||||
|
autoFocus
|
||||||
>
|
>
|
||||||
<InputOTPGroup>
|
<InputOTPGroup>
|
||||||
<InputOTPSlot index={0} />
|
<InputOTPSlot index={0} />
|
||||||
|
|||||||
Reference in New Issue
Block a user