mario-core 2.9.213-release → 2.9.214-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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22816,7 +22816,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
22816
22816
|
var googleId = res.googleId;
|
|
22817
22817
|
|
|
22818
22818
|
if (email.includes("@gmail")) {
|
|
22819
|
-
alert("The email address you used does not match the login information in the database. Please check that you are using your school assigned email address to log into MARIO for Me. If you have further trouble please notify your school site administrator
|
|
22819
|
+
alert("The email address you used does not match the login information in the database. Please check that you are using your school assigned email address to log into MARIO for Me. If you have further trouble please notify your school site administrator");
|
|
22820
22820
|
return;
|
|
22821
22821
|
}
|
|
22822
22822
|
|