debug
This commit is contained in:
parent
09642fabab
commit
479ac875bd
@ -14,6 +14,10 @@ const storage = multer.memoryStorage();
|
||||
(async () => {
|
||||
try {
|
||||
const variables = await Container.get(BackendVariables).validate();
|
||||
console.log("Variables loaded");
|
||||
console.log(variables);
|
||||
|
||||
|
||||
const port = variables.APP_PORT;
|
||||
const rootUrl = variables.APP_ROOT_URL;
|
||||
const label = variables.APP_LABEL ?? "Unknown Service";
|
||||
|
@ -113,9 +113,7 @@ export default class IdNotService extends BaseService {
|
||||
super();
|
||||
}
|
||||
|
||||
public async getIdNotToken(code: string) {
|
||||
console.error("log :" + this.variables.IDNOT_REDIRECT_URL);
|
||||
|
||||
public async getIdNotToken(code: string) {
|
||||
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