You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// singleton client is created only if isSingleton is set to true, or if isSingleton is not defined and we detect a browser
102
73
constshouldUseSingleton=
@@ -109,7 +80,7 @@ export function createBrowserClient<
109
80
110
81
if(!supabaseUrl||!supabaseKey){
111
82
thrownewError(
112
-
`@supabase/ssr: Your project's URL and API key are required to create a Supabase client!\n\nCheck your Supabase project's API settings to find these values\n\nhttps://supabase.com/dashboard/project/_/settings/api`,
83
+
`@supabase/ssr: Your project's URL and API key are required to create a Supabase client!\n\nCheck your Supabase project's API settings to find these values\n\nhttps://supabase.com/dashboard/project/_/settings/api`
113
84
);
114
85
}
115
86
@@ -118,7 +89,7 @@ export function createBrowserClient<
0 commit comments