patches v1.3.2 #71

Merged
jkeffects merged 15 commits from develop into main 2025-03-12 08:52:40 +00:00
Showing only changes of commit d7160d6550 - Show all commits

View file

@ -62,7 +62,9 @@ http.interceptors.response.use(
.then(() => { .then(() => {
return http(originalRequest); return http(originalRequest);
}) })
.catch(() => {}); .catch(() => {
router.push({ name: "login" });
});
} }
const notificationStore = useNotificationStore(); const notificationStore = useNotificationStore();