revert 9e533ec6f2c69432538566fffc019d4622bf70b1
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 52s
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:
parent
9e533ec6f2
commit
d672fb8a6c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user