store token is actually set

This commit is contained in:
Ulf Gebhardt 2021-11-19 19:56:12 +01:00
parent f8404fc9a9
commit f1965c4453
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -26,7 +26,7 @@ const store = new Vuex.Store({
}), }),
], ],
state: { state: {
token: 'some-valid-token', token: null,
moderator: 'Dertest Moderator', moderator: 'Dertest Moderator',
openCreations: 0, openCreations: 0,
}, },