logs (#169)
This commit is contained in:
commit
1bc4edc90b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user