Skip to content

Commit fc83ca7

Browse files
author
sachin-maheshwari
authored
Update setupAuth0WithRedirect.js
1 parent 2174e54 commit fc83ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ const authSetup = function () {
265265
const storeToken = function () {
266266
auth0.getUser().then(function (user) {
267267
auth0.getIdTokenClaims().then(function (claims) {
268+
logger("claims...", claims);
268269
idToken = claims.__raw;
269270
let userActive = false;
270271
Object.keys(claims).findIndex(function (key) {

0 commit comments

Comments
 (0)