Skip to content

Commit 5ed8a13

Browse files
Merge pull request #447 from communitybridge/feat/auth0-details
refactor: get auth0 dev details for local test
2 parents a80fea7 + f58c590 commit 5ed8a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/services/auth.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class AuthService {
128128
// Need to increase timeout to 1500 as for slower network it gives an error
129129
// Cannot read property 'querySelector' of null
130130
// TODO: verify this still works
131+
console.log('login details', EnvConfig.default['auth0-clientId'], EnvConfig.default['auth0-clientSecret'], EnvConfig.default['auth0-domain']);
131132
setTimeout(() => {
132133
const button = document
133134
.querySelector('#lfx-header-v2')

0 commit comments

Comments
 (0)