@transcommerce/cwm-shared 1.1.59 → 1.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1216,8 +1216,8 @@ const DEFAULT_AUTH_CONFIG = {
|
|
|
1216
1216
|
redirect_uri: window.location.origin,
|
|
1217
1217
|
logout_redirect_uri: window.location.origin + '/logout',
|
|
1218
1218
|
prompt: "login",
|
|
1219
|
-
msalDiagnosticsEnabled:
|
|
1220
|
-
showPii:
|
|
1219
|
+
msalDiagnosticsEnabled: false,
|
|
1220
|
+
showPii: false,
|
|
1221
1221
|
configConnectString: "Endpoint=https://cheap-weed-menus-appconfig.azconfig.io;Id=7F0m;Secret=7X8pkinp53tA8d4o2LfGUMHBWo54o68jYUSS7JcOnyQmh2lDXetkJQQJ99BEAC8vTInIcYexAAACAZAC2P1s"
|
|
1222
1222
|
};
|
|
1223
1223
|
const AUTH_CONFIG = new InjectionToken('AUTH_CONFIG');
|