Add log for the token (test)
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 47s
This commit is contained in:
parent
9a3f280df8
commit
9e533ec6f2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user