fix: Redundant quotes

closes #3272
This commit is contained in:
Tom Moor
2022-03-22 23:20:53 -07:00
committed by GitHub
parent 5047be9898
commit 7f15eb287d

View File

@@ -92,7 +92,7 @@ OIDC_USERNAME_CLAIM=preferred_username
OIDC_DISPLAY_NAME=OpenID
# Space separated auth scopes.
OIDC_SCOPES="openid profile email"
OIDC_SCOPES=openid profile email
# OPTIONAL