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.
package/dist/index.js CHANGED
@@ -38519,7 +38519,7 @@ 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=" + "c3da6c669d239c70d48e";
38522
+ var cleverSSOUrl = "https://clever.com/oauth/authorize?response_type=code&redirect_uri=" + encodeURIComponent("https://classlink.marioforme.com/api/clever/clever-login") + "&client_id=" + "c3da6c669d239c70d48e";
38523
38523
  window.location.href = cleverSSOUrl;
38524
38524
  } else {
38525
38525
  var _cleverSSOUrl = "https://clever.com/oauth/instant-login?client_id=c3da6c669d239c70d48e&district_id=66132a6f222bda41cc8abe5d";