aboutsummaryrefslogtreecommitdiff
path: root/src/types/next-auth.d.ts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-26 14:57:24 +0100
committerschererleander <leander@schererleander.de>2025-12-26 14:57:24 +0100
commit86eaae1876f31ef0674d4dc0848d2368fef58372 (patch)
tree1c5937919e9f9a8bd3820c9f972f0d7dce78a55e /src/types/next-auth.d.ts
parentf5ea42ab5db9c880fbeb35282d6da4b3e006fca5 (diff)
refactor(auth): cleanup auth options and remove manual db connect
Diffstat (limited to 'src/types/next-auth.d.ts')
-rw-r--r--src/types/next-auth.d.ts2
1 files changed, 1 insertions, 1 deletions
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 {