Update the wording of the config comment

This commit is contained in:
Brendan Abolivier 2020-03-27 15:09:12 +01:00
parent bdf3cdaec8
commit 63aea691a7
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
2 changed files with 6 additions and 6 deletions

View File

@ -1393,10 +1393,10 @@ sso:
# hostname: "https://my.client/". # hostname: "https://my.client/".
# #
# If public_baseurl is set, then the login fallback page (used by clients # If public_baseurl is set, then the login fallback page (used by clients
# that don't have full support for SSO) is always included in this list. # that don't natively support the required login flows) is whitelisted in
# addition to any URLs in this list.
# #
# By default, this list is empty, except if public_baseurl is set (in which # By default, this list is empty.
# case the login fallback page is the only element in the list).
# #
#client_whitelist: #client_whitelist:
# - https://riot.im/develop # - https://riot.im/develop

View File

@ -66,10 +66,10 @@ class SSOConfig(Config):
# hostname: "https://my.client/". # hostname: "https://my.client/".
# #
# If public_baseurl is set, then the login fallback page (used by clients # If public_baseurl is set, then the login fallback page (used by clients
# that don't have full support for SSO) is always included in this list. # that don't natively support the required login flows) is whitelisted in
# addition to any URLs in this list.
# #
# By default, this list is empty, except if public_baseurl is set (in which # By default, this list is empty.
# case the login fallback page is the only element in the list).
# #
#client_whitelist: #client_whitelist:
# - https://riot.im/develop # - https://riot.im/develop