test
This commit is contained in:
parent
98390dd5a7
commit
94563aff57
@ -108,7 +108,12 @@ export default class IdNotService extends BaseService {
|
|||||||
|
|
||||||
public async getIdNotToken(code: string) {
|
public async getIdNotToken(code: string) {
|
||||||
console.log(code);
|
console.log(code);
|
||||||
|
console.log(this.variables.APP_HOST);
|
||||||
|
const test = this.variables.APP_HOST + "/authorized-client"
|
||||||
|
console.log(test);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const query = new URLSearchParams({
|
const query = new URLSearchParams({
|
||||||
client_id: this.variables.IDNOT_CLIENT_ID,
|
client_id: this.variables.IDNOT_CLIENT_ID,
|
||||||
client_secret: this.variables.IDNOT_CLIENT_SECRET,
|
client_secret: this.variables.IDNOT_CLIENT_SECRET,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user