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