1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-12 19:40:12 +00:00

fix: only return user groups if it is explicitly requested

This commit is contained in:
Elias Schneider
2024-10-02 10:41:10 +02:00
parent 365734ec5d
commit a4a90a16a9
4 changed files with 19 additions and 9 deletions

View File

@@ -70,7 +70,7 @@
<div class="w-full">
<FormInput
label="Name"
description={`Name that will be in the "userGroup" claim`}
description={`Name that will be in the "groups" claim`}
bind:input={$inputs.name}
onInput={onNameInput}
/>