We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485f3ad commit c7855b2Copy full SHA for c7855b2
web-assets/js/setupAuth0WithRedirect.js
@@ -47,9 +47,6 @@ const authSetup = function () {
47
let returnAppUrl = handleSpecificReturnUrl(qs['retUrl'], 'retUrl');
48
let appUrl = qs['appUrl'] || false;
49
50
- console.log('returnAppUrl', returnAppUrl);
51
- console.log('appUrl', appUrl);
52
-
53
if (utmSource &&
54
(utmSource != 'undefined') &&
55
(enterpriseCustomers.indexOf(utmSource) > -1)) {
0 commit comments