mario-core 2.9.209-release → 2.9.210-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
@@ -22810,6 +22810,12 @@ var BlockLogin = function BlockLogin(_ref) {
22810
22810
  name = _res$profileObj.name;
22811
22811
  var accessToken = res.accessToken;
22812
22812
  var googleId = res.googleId;
22813
+
22814
+ if (email.includes("@gmail")) {
22815
+ alert("Please login with your school email");
22816
+ return;
22817
+ }
22818
+
22813
22819
  var infoLogin = {
22814
22820
  firstName: givenName,
22815
22821
  lastName: familyName,