Skip to content

Commit 5699600

Browse files
committed
Add token check outcome
1 parent 844f6dd commit 5699600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ const authSetup = function () {
189189
} catch (e) {
190190
logger("Error in refresh token function ", e.message)
191191
}
192-
192+
}
193+
else {
194+
logger('Token is still valid.');
193195
}
194196
};
195197

0 commit comments

Comments
 (0)