stash
This commit is contained in:
parent
9381d229c5
commit
297ad7bd99
12 changed files with 121 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue