Skip to content

Commit 4148b3a

Browse files
author
Sachin Maheshwari
committed
changing log mode to prod
1 parent 30fb600 commit 4148b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const authSetup = function () {
3939
const utmMedium = qs['utm_medium'];
4040
const utmCampaign = qs['utm_campaign'];
4141
const appUrl = qs['appUrl'] || false;
42-
const loggerMode = "dev";
42+
const loggerMode = "prod";
4343
const IframeLogoutRequestType = "LOGOUT_REQUEST";
4444
const enterpriseCustomers = ['wipro', 'topgear', 'zurich', 'cs'];
4545
let returnAppUrl = qs['retUrl'];

0 commit comments

Comments
 (0)