This commit is contained in:
VincentAlamelle 2023-12-11 16:57:29 +01:00 committed by GitHub
commit 1bc4edc90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,8 @@ export default class IdNotService extends BaseService {
}
public async getIdNotToken(code: string) {
console.log(this.variables.IDNOT_REDIRECT_URL);
const query = new URLSearchParams({
client_id: this.variables.IDNOT_CLIENT_ID,
client_secret: this.variables.IDNOT_CLIENT_SECRET,