Route

Open this auth page at /auth/reset-password-v2.

Authentication routes are standalone and do not use AppShell.

/auth/reset-password-v2

Configuration

The auth page is configured in lib/auth-catalog.ts.

Mode: reset.

Variant: v2.

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.