Components
Loading preview...
6-digit code input for two-factor authentication with auto-focus and paste support.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/two-factor-authentication-blockimport TwoFactorAuthBlock from "@/components/ui/two-factor-authentication-block";
export default function DemoOne() {
return <TwoFactorAuthBlock />;
}