Add log for the token (test)
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s

This commit is contained in:
Sadrinho27 2025-09-11 10:40:43 +02:00
parent 9a3f280df8
commit 9e533ec6f2

View File

@ -92,6 +92,7 @@ export class IdNotController {
try {
// Exchange code for tokens
const tokens = await IdNotService.exchangeCodeForTokens(code);
console.log(tokens);
const jwt = tokens.id_token;
if (!jwt) {