test again
This commit is contained in:
parent
3a6e9db939
commit
98390dd5a7
@ -119,8 +119,6 @@ export default class IdNotService extends BaseService {
|
|||||||
console.log(query);
|
console.log(query);
|
||||||
|
|
||||||
const token = await fetch(this.variables.IDNOT_BASE_URL + this.variables.IDNOT_CONNEXION_URL + "?" + query, { method: "POST" });
|
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;
|
const decodedToken = (await token.json()) as IIdNotToken;
|
||||||
console.log(decodedToken);
|
console.log(decodedToken);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user