Skip to content

Commit

Permalink
Fix view / manage identity (#2207)
Browse files Browse the repository at this point in the history
* Fix view / manage identity

* Revert manage identity permissions on user page
  • Loading branch information
kyle-ssg committed May 19, 2023
1 parent 3689f63 commit 2ecec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/pages/UsersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const UsersPage: FC<UsersPageType> = (props) => {
const { permission } = useHasPermission({
id: environmentId,
level: 'environment',
permission: Utils.getManageFeaturePermission(false),
permission: Utils.getViewIdentitiesPermission(),
})

const removeIdentity = (id: string, identifier: string) => {
Expand Down

3 comments on commit 2ecec6a

@vercel
Copy link

@vercel vercel bot commented on 2ecec6a May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2ecec6a May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 2ecec6a May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.