fix: Fix typos

OAUTH_GROUPS_CLAIM -> OAUTH_GROUP_CLAIM
This commit is contained in:
김성태
2025-08-19 10:31:00 +09:00
committed by GitHub
parent cd8fc73818
commit 087b1dc6c2

View File

@@ -148,4 +148,4 @@ ENABLE_OAUTH_GROUP_MANAGEMENT=true
# (Optional) Enable Just-In-Time group creation
ENABLE_OAUTH_GROUP_CREATION=true
# The claim key for groups in the token
OAUTH_GROUPS_CLAIM=groups
OAUTH_GROUP_CLAIM=groups