Back to components
Auth component

Verify OTP Screen

OTP verification screen with 6-digit code input, resend timer, and email display.

Install

What it does

  • 6-digit OTP input with auto-advance
  • Masked email display showing destination
  • Resend code button with countdown timer
  • Auto-submit on complete entry

When to use

Use it

Email verification, phone verification, 2FA code entry, password reset confirmation.

Skip it

Password-based login (use login-screen instead).

Files & routes added

  • components/auth/verify-otp-screen.tsx

Related components