diff --git a/docs/components/AuthNavButton.tsx b/docs/components/AuthNavButton.tsx index 19fa95fad5..0234a944f7 100644 --- a/docs/components/AuthNavButton.tsx +++ b/docs/components/AuthNavButton.tsx @@ -49,16 +49,16 @@ export const UserImage = ({ user }: UserImageProps) => { }; export function AuthNavButton() { - // const session = authClient.useSession(); - const session = { - data: { - planType: "free", - user: { - name: "You", - image: undefined, - }, - }, - }; + const session = authClient.useSession(); + // const session = { + // data: { + // planType: "free", + // user: { + // name: "You", + // image: undefined, + // }, + // }, + // }; const pathname = usePathname(); if (!session.data) {