Skip to content

Commit

Permalink
fix(Settings): add permission for auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed May 28, 2024
1 parent d686bfe commit 423c20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const Settings = () => {
{
title: translate('text_664c732c264d7eed1c74fd96'),
link: AUTHENTICATION_ROUTE,
hidden: !hasPermissions(['organizationIntegrationsView']),
},
{
title: translate('text_63208b630aaf8df6bbfb2655'),
Expand Down

0 comments on commit 423c20d

Please sign in to comment.