'use client'; import { auth } from '../../lib/auth'; /** * Fastest pilot: send the user to Briven-hosted sign-in, then back to /dashboard. * For an embedded form, swap this for from @briven/auth/react. */ export default function SignInPage() { return (

Sign in

This pilot uses Briven's hosted sign-in page. After you sign in, you return to /dashboard.

); }