From d672fb8a6cbf898be0fafc87e3acbb4135bf1448 Mon Sep 17 00:00:00 2001 From: Titouan Date: Thu, 11 Sep 2025 08:49:10 +0000 Subject: [PATCH] revert 9e533ec6f2c69432538566fffc019d4622bf70b1 revert Add log for the token (test) --- src/controllers/idnot.controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/idnot.controller.ts b/src/controllers/idnot.controller.ts index 44d7b98..a6611e5 100644 --- a/src/controllers/idnot.controller.ts +++ b/src/controllers/idnot.controller.ts @@ -92,7 +92,6 @@ export class IdNotController { try { // Exchange code for tokens const tokens = await IdNotService.exchangeCodeForTokens(code); - console.log(tokens); const jwt = tokens.id_token; if (!jwt) {