log user in getUserJwtPayload
All checks were successful
Test - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 1m44s
Test - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 3s
Test - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 2s

This commit is contained in:
Sosthene 2025-08-03 19:45:03 +02:00
parent 25b9388f29
commit aa62bd6812

View File

@ -62,6 +62,8 @@ export default class AuthService extends BaseService {
if (!user) return null; if (!user) return null;
console.log("user", user);
const rules: string[] = []; const rules: string[] = [];
user.role.rules.forEach((rule) => { user.role.rules.forEach((rule) => {