From adaed58fa5b13c357e11f3c00cf8b639c524881c Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 6 Nov 2024 15:38:00 +0800 Subject: [PATCH] test: client side auth --- app/(main)/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index 8df46a4..963a411 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -1,3 +1,5 @@ +"use client"; + import Footer from "@/app/(main)/footer"; import Header from "@/app/(main)/header"; import { auth } from "@/auth";