Skip to content

Commit

Permalink
Update the wording of the config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier authored and phil-flex committed May 15, 2020
1 parent 74f9705 commit 158d2a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions synapse/config/sso.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ def generate_config_section(self, **kwargs):
# 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
Expand Down

0 comments on commit 158d2a5

Please sign in to comment.