mobile support for client review player3
Deploy / deploy (push) Successful in 2m27s

This commit is contained in:
twotalesanimation
2026-06-12 09:49:37 +02:00
parent 72ce7af1ec
commit 01474084fa
4 changed files with 50 additions and 33 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
import { auth } from "@/auth";
import NextAuth from "next-auth";
import { authConfig } from "@/auth.config";
import { NextResponse } from "next/server";
const { auth } = NextAuth(authConfig);
export default auth((req) => {
const isLoggedIn = !!req.auth;
const pathname = req.nextUrl.pathname;