From aa62bd6812eb56189daddf6c7c98857823955aa5 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Sun, 3 Aug 2025 19:45:03 +0200 Subject: [PATCH] log user in getUserJwtPayload --- src/services/common/AuthService/AuthService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/common/AuthService/AuthService.ts b/src/services/common/AuthService/AuthService.ts index b3fa7591..126ddbf1 100644 --- a/src/services/common/AuthService/AuthService.ts +++ b/src/services/common/AuthService/AuthService.ts @@ -62,6 +62,8 @@ export default class AuthService extends BaseService { if (!user) return null; + console.log("user", user); + const rules: string[] = []; user.role.rules.forEach((rule) => {