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