We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c312c7 commit 49bf019Copy full SHA for 49bf019
docs/app/page.tsx
@@ -1355,8 +1355,8 @@ const Home = () => {
1355
import { ConvexReactClient } from 'convex/react'
1356
import { getCookie, getWebRequest } from '@tanstack/react-start/server'
1357
import { ConvexBetterAuthProvider } from '@convex-dev/better-auth/react'
1358
+ import { authClient } from "@/lib/auth-client";
1359
import {
- authClient,
1360
fetchSession,
1361
getCookieName,
1362
} from '@/lib/server-auth-utils'
0 commit comments