@dexteel/mesf-core 3.10.3 → 3.10.4
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.esm.js +3 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5710,7 +5710,9 @@ function Logout() {
|
|
|
5710
5710
|
var _a = useSearchParams(), params = _a[0]; _a[1];
|
|
5711
5711
|
var logout = function () {
|
|
5712
5712
|
clearUserData();
|
|
5713
|
-
|
|
5713
|
+
setTimeout(function () {
|
|
5714
|
+
navigate("/?".concat(params.toString()));
|
|
5715
|
+
}, 0);
|
|
5714
5716
|
};
|
|
5715
5717
|
useEffect(function () {
|
|
5716
5718
|
logout();
|