This commit is contained in:
j3d1 2023-05-11 20:26:48 +02:00
parent 9381d229c5
commit 297ad7bd99
12 changed files with 121 additions and 40 deletions

View file

@ -84,7 +84,6 @@ export default createStore({
const j = await dispatch('apiLocalGet', {target: '/auth/keys/'})
const k = j.key
commit('setKey', k)
await router.push({path: '/'});
return true;
} else {
return false;