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.js
CHANGED
|
@@ -396,7 +396,7 @@ var useLogin = function useLogin() {
|
|
|
396
396
|
document.title = TITLE;
|
|
397
397
|
var token = getAccessToken();
|
|
398
398
|
if (!!token) history.push("/");
|
|
399
|
-
|
|
399
|
+
getInfoGoogle();
|
|
400
400
|
}, []);
|
|
401
401
|
var isDistrict = window.location.host.includes("-district");
|
|
402
402
|
var userLogin = React.useCallback(function (data) {
|