From fdbecd4c8dbf50ef29e2394baac693c83fec98fd Mon Sep 17 00:00:00 2001 From: Walid Saleh Date: Wed, 6 Dec 2023 10:35:00 +0000 Subject: [PATCH] add auth --- webui/src/data/sidebar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/src/data/sidebar.js b/webui/src/data/sidebar.js index 2dacfbb..bceeae8 100644 --- a/webui/src/data/sidebar.js +++ b/webui/src/data/sidebar.js @@ -25,7 +25,8 @@ export const links = [ ariaLabel: 'favorites', routerName: 'Favorites', icon: 'star', - label: 'sidebar.favorites' + label: 'sidebar.favorites', + auth: true }, { name: 'analyzer',