From 6ec43dff1ac4db31b19d76be8d33addaf2b86d10 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Mon, 12 Jan 2026 00:44:32 +0800 Subject: [PATCH] no message --- src/config/authConfig.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/config/authConfig.ts b/src/config/authConfig.ts index 5462e9e..f06c5f9 100644 --- a/src/config/authConfig.ts +++ b/src/config/authConfig.ts @@ -10,12 +10,6 @@ declare module "next-auth" { refreshToken?: string; abilities: string[]; id?: string; - user: { - name?: string | null; - email?: string | null; - image?: string | null; - abilities: string[]; // add abilities to user object too if you need it client-side - }; } interface User {