diff --git a/admin/src/store/store.js b/admin/src/store/store.js index c2ed1ca83..140a92391 100644 --- a/admin/src/store/store.js +++ b/admin/src/store/store.js @@ -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