From c464ca7d8fa8f2947d005808821d252ff7a28790 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 22 Jul 2022 09:34:43 +0200 Subject: [PATCH] add verifyLogin on created() --- frontend/src/pages/Community.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 8f26481d4..2ab9486f9 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -245,6 +245,8 @@ export default { }, }, created() { + // verifyLogin is important at this point so that creation is updated if they are deleted in a session in the admin area. + this.verifyLogin() this.updateListContributions({ currentPage: this.currentPage, pageSize: this.pageSize,