Change default id of moderator

This commit is contained in:
Hannes Heine 2021-11-25 13:32:33 +01:00 committed by ogerly
parent 33c50560d6
commit 9d168f07e7

View File

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