remove tabs again

This commit is contained in:
Sebastian Hugentobler 2022-02-09 14:00:02 +01:00
parent f0e4a75ccd
commit d6e1a2f370
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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