diff --git a/apps/hosted-components/src/hosted-components/auth/forms/magic-link-sign-in.tsx b/apps/hosted-components/src/hosted-components/auth/forms/magic-link-sign-in.tsx index d4cab2b66..600754ebe 100644 --- a/apps/hosted-components/src/hosted-components/auth/forms/magic-link-sign-in.tsx +++ b/apps/hosted-components/src/hosted-components/auth/forms/magic-link-sign-in.tsx @@ -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())}