From 565309f57a7b9176d2e6d86832041e17e15d8abf Mon Sep 17 00:00:00 2001 From: Shaurya Vardhan Date: Thu, 4 Jun 2026 17:22:40 +0530 Subject: [PATCH] fix: resolve NextAuthConfig type import error in auth.config.ts (closes #455) --- auth.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.config.ts b/auth.config.ts index 91fe2360..4b304aa8 100644 --- a/auth.config.ts +++ b/auth.config.ts @@ -1,5 +1,5 @@ import Google from "next-auth/providers/google" -import type { NextAuthConfig } from "next-auth" +import type { NextAuthConfig } from "next-auth/types" export default { providers: [ // GitHub({