This commit is contained in:
VincentAlamelle 2023-12-11 17:10:35 +01:00 committed by GitHub
commit 922089ca9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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