release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b069361c1a - Show all commits

View File

@ -12,7 +12,7 @@ export default boot<Store<StateInterface>>(({ router, store }) => {
store.dispatch('session/logout').catch(error => { store.dispatch('session/logout').catch(error => {
console.warn(error); console.warn(error);
}); });
return next({ name: 'login', query: { redirect: to.fullPath } }); return;
} }
if ( if (