Skip to content

Commit 835bb37

Browse files
Update jwt group sync visibility and update description (#281)
1 parent a944dc8 commit 835bb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ export const Settings = () => {
774774
</Form.Item>
775775
</Col>
776776
</Row>
777-
{(isNetBirdHosted() || isLocalDev()) && (
777+
{(!isNetBirdHosted() || isLocalDev()) && (
778778
<>
779779
<Row>
780780
<Col span={12}>
@@ -838,7 +838,7 @@ export const Settings = () => {
838838
}}
839839
>
840840
Specify the JWT claim for extracting group names, e.g.,
841-
roles or groups, to add to account groups
841+
roles or groups, to add to account groups (this claim should contain a list of group names).
842842
</Paragraph>
843843
</Col>
844844
</Row>

0 commit comments

Comments
 (0)