From 86eaae1876f31ef0674d4dc0848d2368fef58372 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 26 Dec 2025 14:57:24 +0100 Subject: refactor(auth): cleanup auth options and remove manual db connect --- src/types/next-auth.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types') diff --git a/src/types/next-auth.d.ts b/src/types/next-auth.d.ts index 2edf150..b481274 100644 --- a/src/types/next-auth.d.ts +++ b/src/types/next-auth.d.ts @@ -1,4 +1,4 @@ -import NextAuth from "next-auth" +import "next-auth" declare module "next-auth" { interface Session { -- cgit v1.3.1