From 658a76dc1c87a136b628607a3cc3fd882f7ea606 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Mon, 8 May 2023 19:23:07 -0400 Subject: [PATCH] Added missing admin tasks_manager role --- backend/authentication/auth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/authentication/auth.js b/backend/authentication/auth.js index 30e1e02..64c89f4 100644 --- a/backend/authentication/auth.js +++ b/backend/authentication/auth.js @@ -74,7 +74,8 @@ const setupRoles = async () => { 'subscriptions', 'sharing', 'advanced_download', - 'downloads_manager' + 'downloads_manager', + 'tasks_manager' ] }, user: {