fixed auth problem in the web

This commit is contained in:
2026-01-02 23:53:09 +05:30
parent 32c66b7d08
commit 22ab1cbeb7
3 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import Hero from "@/components/Hero";
import Features from "@/components/Features";
import Footer from "@/components/Footer";
import { auth } from "@/auth";
export const dynamic = 'force-dynamic';
import { LoginButton } from "@/components/LoginButton";
export default async function Home() {