mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Drop autoComplete=one-time-code to avoid OTP autofill state desync
Co-Authored-By: mantra <mantra@stack-auth.com>
This commit is contained in:
parent
d5f6e571ae
commit
aeb1304823
@ -67,7 +67,6 @@ function MagicLinkOtp(props: {
|
||||
maxLength={6}
|
||||
type="text"
|
||||
inputMode="text"
|
||||
autoComplete="one-time-code"
|
||||
pattern="^[a-zA-Z0-9]+$"
|
||||
value={otp}
|
||||
onChange={(value) => setOtp(value.toUpperCase())}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user