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