We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f79d6d commit 5c1df87Copy full SHA for 5c1df87
docs/content/3.authentication.md
@@ -90,7 +90,7 @@ You must enable the `cookieRedirect` option of the [redirectOptions](/get-starte
90
const user = useSupabaseUser()
91
92
// Get redirect path from cookies
93
-const config = useRuntimeConfig().public.supabase.cookieName
+const cookieName = useRuntimeConfig().public.supabase.cookieName
94
const redirectPath = useCookie(`${cookieName}-redirect-path`).value
95
96
watch(user, () => {
0 commit comments