you can sign in now

This commit is contained in:
2025-07-09 16:39:31 -05:00
parent 45f0d48ea6
commit dabc248010
14 changed files with 84 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import { createServerClient } from '@supabase/ssr';
import type { Database } from '@/utils/supabase';
import { cookies } from 'next/headers';
export const useSupabaseServer = async () => {
export const SupabaseServer = async () => {
const cookieStore = await cookies();
return createServerClient<Database>(
process.env.NEXT_PUBLIC_SUPABASE_URL!,