© 2026 Hedgehog Software, LLC
/u/dashboard
@supabase/auth-helpers-nextjs
// login.tsx export const getServerSideProps: GetServerSideProps = async (context) => { return { props: {} } }