revert 9e533ec6f2c69432538566fffc019d4622bf70b1
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 52s

revert Add log for the token (test)
This commit is contained in:
Titouan 2025-09-11 08:49:10 +00:00
parent 9e533ec6f2
commit d672fb8a6c

View File

@ -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) {