delete req log
This commit is contained in:
parent
ecf1a29c15
commit
3d289474bf
@ -116,7 +116,6 @@ export default class IdNotService extends BaseService {
|
||||
});
|
||||
console.log(query)
|
||||
const token = await fetch(this.variables.IDNOT_BASE_URL + this.variables.IDNOT_CONNEXION_URL + "?" + query, { method: "POST" });
|
||||
console.log(token)
|
||||
const decodedToken = (await token.json()) as IIdNotToken;
|
||||
console.log(decodedToken)
|
||||
const decodedIdToken = jwt.decode(decodedToken.id_token) as IdNotJwtPayload;
|
||||
|
Loading…
x
Reference in New Issue
Block a user