From 91cfbbe36ebf1059b9f155cccf3d10f4748d5610 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Fri, 6 Jun 2025 14:16:54 -0700 Subject: [PATCH] Fix supabase prompt (#355) --- src/prompts/supabase_prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompts/supabase_prompt.ts b/src/prompts/supabase_prompt.ts index 25bbaa0..997d1a2 100644 --- a/src/prompts/supabase_prompt.ts +++ b/src/prompts/supabase_prompt.ts @@ -37,7 +37,7 @@ When asked to add authentication or login feature to the app, always follow thes - Skip third-party providers unless specified b. Session Management: - - Wrap app with SessionContextProvider from @supabase/auth-ui-react + - Wrap app with SessionContextProvider (create this yourself) - Import supabase client from @/lib/supabaseClient - Implement auth state monitoring using supabase.auth.onAuthStateChange - Add automatic redirects: