debug log
This commit is contained in:
parent
a2f1ed3943
commit
53fe77ac73
@ -122,6 +122,8 @@ export default class IdNotService extends BaseService {
|
||||
grant_type: "authorization_code",
|
||||
});
|
||||
|
||||
console.log(this.variables.IDNOT_BASE_URL + this.variables.IDNOT_CONNEXION_URL + "?" + query);
|
||||
|
||||
const token = await fetch(this.variables.IDNOT_BASE_URL + this.variables.IDNOT_CONNEXION_URL + "?" + query, { method: "POST" });
|
||||
if(token.status !== 200) console.error(await token.text());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user