Auth Layout
Centered single-column layout for sign-in, register, and forgot-password screens. Already wired into src/app/(auth)/layout.tsx.
Live examples
See /login, /register, and /forgot-password for finished screens.
Minimal usage
<AuthLayout>
{/* form content here */}
</AuthLayout>Notes
The auth route group has its own root layout, so it doesn’t render the sidebar. Don’t nestAuthLayout inside the app shell.
Theme