We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944dc8 commit 835bb37Copy full SHA for 835bb37
src/views/Settings.tsx
@@ -774,7 +774,7 @@ export const Settings = () => {
774
</Form.Item>
775
</Col>
776
</Row>
777
- {(isNetBirdHosted() || isLocalDev()) && (
+ {(!isNetBirdHosted() || isLocalDev()) && (
778
<>
779
<Row>
780
<Col span={12}>
@@ -838,7 +838,7 @@ export const Settings = () => {
838
}}
839
>
840
Specify the JWT claim for extracting group names, e.g.,
841
- 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).
842
</Paragraph>
843
844
0 commit comments