From 9d168f07e7d9a88988182eff83d434484289c6f3 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 25 Nov 2021 13:32:33 +0100 Subject: [PATCH] Change default id of moderator --- admin/src/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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