Skip to content

Commit

Permalink
CB-4839 fix reverse-proxy logout URL label (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
LonwoLonwo authored Mar 12, 2024
1 parent f8de956 commit 8adb27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/bundles/io.cloudbeaver.service.security/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</credentials>
<configuration>
<propertyGroup label="Configuration">
<property id="logout-url" label="Logout url" type="string" description="Logout url"/>
<property id="logout-url" label="Logout URL" type="string" description="Logout URL"/>
<property id="user-header" label="Username header" type="string" description="Username header"/>
<property id="team-header" label="Team header" type="string" description="Team header"/>
<property id="team-delimiter" label="Team delimiter symbol" type="string" description="Team delimiter symbol, default: |"/>
Expand Down

0 comments on commit 8adb27f

Please sign in to comment.