Route
Open this auth page at /auth/two-steps-v1.
Authentication routes are standalone and do not use AppShell.
/auth/two-steps-v1Configuration
The auth page is configured in lib/auth-catalog.ts.
Mode: two-steps.
Variant: v1.
The renderer is components/auth-showcase.tsx.
Review checklist
Check each auth page after layout or theme changes.
- Light and dark themes are readable.
- Two-sided layouts remove the wrapper on mobile.
- One-sided layouts keep the wrapper on mobile.
- Form fields, checkbox, social buttons, links, and OTP fields have correct focus and contrast.