mario-core 2.9.110-beta → 2.9.112-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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -7587,9 +7587,6 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
|
|
|
7587
7587
|
|
|
7588
7588
|
var checkOpenModalLogout = function checkOpenModalLogout() {
|
|
7589
7589
|
var lastTimeOut = localStorage.getItem("LAST_TIME_REQUETST");
|
|
7590
|
-
console.log({
|
|
7591
|
-
lastTimeOut: lastTimeOut
|
|
7592
|
-
});
|
|
7593
7590
|
var timeMoment = moment(lastTimeOut, "YYYY-MM-DD HH:mm");
|
|
7594
7591
|
var currentTime = moment(moment().utc().format("YYYY-MM-DD HH:mm"));
|
|
7595
7592
|
var minutes = currentTime.diff(timeMoment, "minutes");
|
|
@@ -7618,7 +7615,7 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
|
|
|
7618
7615
|
}
|
|
7619
7616
|
|
|
7620
7617
|
return;
|
|
7621
|
-
}, []);
|
|
7618
|
+
}, [location.href]);
|
|
7622
7619
|
|
|
7623
7620
|
var onToggle = function onToggle() {
|
|
7624
7621
|
setIsOpen(!isOpen);
|