Refactor FalukantLandingView.vue: Update content and structure for improved clarity and engagement; enhance styling for better visual appeal.
This commit is contained in:
@@ -282,7 +282,11 @@ const store = createStore({
|
||||
commit('clearSocket');
|
||||
commit('clearDaemonSocket');
|
||||
commit('dologout');
|
||||
router.push('/');
|
||||
// Öffentliche SEO-Landingpages müssen auch dann an ihrer URL bleiben,
|
||||
// wenn eine gespeicherte Sitzung abgelaufen ist und per 401 zurückgesetzt wird.
|
||||
if (!router.currentRoute.value.meta?.publicLanding) {
|
||||
router.push('/');
|
||||
}
|
||||
},
|
||||
initializeSocket({ commit, state, dispatch }) {
|
||||
if (!state.isLoggedIn || !state.user || state.backendConnecting) {
|
||||
|
||||
Reference in New Issue
Block a user