change store moderation information

This commit is contained in:
Hannes Heine 2021-11-25 10:21:30 +01:00 committed by ogerly
parent b8e3c9a376
commit 45b61547cc

View File

@ -35,7 +35,7 @@ const store = new Vuex.Store({
],
state: {
token: CONFIG.DEBUG_DISABLE_AUTH ? 'validToken' : null,
moderator: 'Dertest Moderator',
moderator: { name: 'Dertest Moderator', id: -1 },
openCreations: 0,
},
// Syncronous mutation of the state