test again

This commit is contained in:
Vins 2023-09-21 11:44:19 +02:00
parent 3a6e9db939
commit 98390dd5a7

View File

@ -119,8 +119,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);