diff --git a/src/app/shared/services/auth.service.ts b/src/app/shared/services/auth.service.ts index f22fc3bd..cf07914f 100644 --- a/src/app/shared/services/auth.service.ts +++ b/src/app/shared/services/auth.service.ts @@ -128,7 +128,6 @@ export class AuthService { // Need to increase timeout to 1500 as for slower network it gives an error // Cannot read property 'querySelector' of null // TODO: verify this still works - console.log('login details', EnvConfig.default['auth0-clientId'], EnvConfig.default['auth0-clientSecret'], EnvConfig.default['auth0-domain']); setTimeout(() => { const button = document .querySelector('#lfx-header-v2')