mario-core 2.9.330-release → 2.9.331-release

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.
package/dist/index.js CHANGED
@@ -38519,10 +38519,10 @@ var useLogin = function useLogin() {
38519
38519
 
38520
38520
  var handleLoginWidthClever = function handleLoginWidthClever() {
38521
38521
  if (!isLocalhost) {
38522
- var cleverSSOUrl = "https://clever.com/oauth/authorize?response_type=code&redirect_uri=" + encodeURIComponent("https://stage2.marioforme.com/api/clever/clever-login") + "&client_id=" + "ab1aff048ba4482d75fa";
38522
+ var cleverSSOUrl = "https://clever.com/oauth/authorize?response_type=code&redirect_uri=" + encodeURIComponent("https://stage2.marioforme.com/api/clever/clever-login") + "&client_id=" + "c3da6c669d239c70d48e";
38523
38523
  window.location.href = cleverSSOUrl;
38524
38524
  } else {
38525
- var _cleverSSOUrl = "https://clever.com/oauth/instant-login?client_id=ab1aff048ba4482d75fa&district_id=66132a6f222bda41cc8abe5d";
38525
+ var _cleverSSOUrl = "https://clever.com/oauth/instant-login?client_id=c3da6c669d239c70d48e&district_id=66132a6f222bda41cc8abe5d";
38526
38526
  window.location.href = _cleverSSOUrl;
38527
38527
  }
38528
38528
  };