Skip to content
Snippets Groups Projects
Unverified Commit 63aea691 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Update the wording of the config comment

parent bdf3cdae
No related branches found
No related tags found
No related merge requests found
......@@ -1393,10 +1393,10 @@ sso:
# hostname: "https://my.client/".
#
# 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
# case the login fallback page is the only element in the list).
# By default, this list is empty.
#
#client_whitelist:
# - https://riot.im/develop
......
......@@ -66,10 +66,10 @@ class SSOConfig(Config):
# hostname: "https://my.client/".
#
# 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
# case the login fallback page is the only element in the list).
# By default, this list is empty.
#
#client_whitelist:
# - https://riot.im/develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment