remove tabs again
This commit is contained in:
parent
f0e4a75ccd
commit
d6e1a2f370
@ -2025,14 +2025,13 @@ sso:
|
||||
#client_whitelist:
|
||||
# - https://riot.im/develop
|
||||
# - https://my.custom.client/
|
||||
client_whitelist: {{if not (getenv "SSO_CLIENT_WHITELIST")}}[]{{end}}
|
||||
client_whitelist: {{if not (getenv "SSO_CLIENT_WHITELIST")}}[]{{end}}
|
||||
{{- if (getenv "SSO_CLIENT_WHITELIST")}}
|
||||
{{- range $client := split (getenv "SSO_CLIENT_WHITELIST") ";"}}
|
||||
- {{ $client -}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
|
||||
# Uncomment to keep a user's profile fields in sync with information from
|
||||
# the identity provider. Currently only syncing the displayname is
|
||||
# supported. Fields are checked on every SSO login, and are updated
|
||||
|
Loading…
Reference in New Issue
Block a user