mario-core 2.9.331-release → 2.9.332-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.
@@ -38517,7 +38517,7 @@ var useLogin = function useLogin() {
38517
38517
 
38518
38518
  var handleLoginWidthClever = function handleLoginWidthClever() {
38519
38519
  if (!isLocalhost) {
38520
- var cleverSSOUrl = "https://clever.com/oauth/authorize?response_type=code&redirect_uri=" + encodeURIComponent("https://stage2.marioforme.com/api/clever/clever-login") + "&client_id=" + "c3da6c669d239c70d48e";
38520
+ var cleverSSOUrl = "https://clever.com/oauth/authorize?response_type=code&redirect_uri=" + encodeURIComponent("https://classlink.marioforme.com/api/clever/clever-login") + "&client_id=" + "c3da6c669d239c70d48e";
38521
38521
  window.location.href = cleverSSOUrl;
38522
38522
  } else {
38523
38523
  var _cleverSSOUrl = "https://clever.com/oauth/instant-login?client_id=c3da6c669d239c70d48e&district_id=66132a6f222bda41cc8abe5d";