From 8613a5780f8457a0258933ea981625245471b963 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 15 Dec 2022 13:43:52 +0100 Subject: [PATCH] Fix login sessions --- webui/src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/src/App.vue b/webui/src/App.vue index 7598c31..ae4a665 100644 --- a/webui/src/App.vue +++ b/webui/src/App.vue @@ -18,6 +18,8 @@ export default { }, mounted() { + // Check if the user is already logged in + this.$axiosUpdate() // Configure axios interceptors this.$axios.interceptors.response.use(response => {