chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -4,7 +4,7 @@ import { auth } from "~/server/auth.js";
|
||||
export default async function HomePage() {
|
||||
const session = await auth();
|
||||
|
||||
if (!session) {
|
||||
if (!session?.user) {
|
||||
redirect("/auth/signin");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user