delete console
This commit is contained in:
parent
b469ccd25a
commit
28a457eaf9
4 changed files with 0 additions and 5 deletions
|
|
@ -5,8 +5,6 @@ const KC_REALM = process.env.KC_REALM;
|
|||
const KC_CLIENT_ID = process.env.KC_SERVICE_ACCOUNT_CLIENT_ID;
|
||||
const KC_SECRET = process.env.KC_SERVICE_ACCOUNT_SECRET;
|
||||
|
||||
console.log(process.env.KC_URL);
|
||||
|
||||
let token: string | null = null;
|
||||
let decoded: DecodedJwt | null = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue