Skip to content

Commit

Permalink
Update jwt group sync visibility and update description (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer authored Sep 29, 2023
1 parent a944dc8 commit 835bb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export const Settings = () => {
</Form.Item>
</Col>
</Row>
{(isNetBirdHosted() || isLocalDev()) && (
{(!isNetBirdHosted() || isLocalDev()) && (
<>
<Row>
<Col span={12}>
Expand Down Expand Up @@ -838,7 +838,7 @@ export const Settings = () => {
}}
>
Specify the JWT claim for extracting group names, e.g.,
roles or groups, to add to account groups
roles or groups, to add to account groups (this claim should contain a list of group names).
</Paragraph>
</Col>
</Row>
Expand Down

0 comments on commit 835bb37

Please sign in to comment.