mario-core 2.9.23-beta → 2.9.24-beta
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.modern.js
CHANGED
|
@@ -393,7 +393,7 @@ var useLogin = function useLogin() {
|
|
|
393
393
|
document.title = TITLE;
|
|
394
394
|
var token = getAccessToken();
|
|
395
395
|
if (!!token) history.push("/");
|
|
396
|
-
|
|
396
|
+
getInfoGoogle();
|
|
397
397
|
}, []);
|
|
398
398
|
var isDistrict = window.location.host.includes("-district");
|
|
399
399
|
var userLogin = useCallback(function (data) {
|