import type { ReactNode } from 'react'; export default function AuthLayout({ children }: { children: ReactNode }) { return (
{children}

Protected by e-mail verification and optional authenticator codes. We never sell private collection data.

); }