diff --git a/fe/src/layouts/MainLayout.vue b/fe/src/layouts/MainLayout.vue index c83bca0..8e89fcc 100644 --- a/fe/src/layouts/MainLayout.vue +++ b/fe/src/layouts/MainLayout.vue @@ -18,12 +18,12 @@
- - - - - - + + + + + +
@@ -76,7 +76,6 @@ const initializeApp = async () => { console.error('Failed to initialize app:', error); // Don't automatically logout - let the API interceptor handle token refresh // The response interceptor will handle 401s and refresh tokens automatically - console.log('Token may need refresh, will be handled by API interceptor'); } } };