diff options
author | Travis Ralston <travpc@gmail.com> | 2018-10-15 16:10:29 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-10-15 16:10:29 -0600 |
commit | a8ed93a4b55a19a478c9aba929bfea07e691abbf (patch) | |
tree | b21ee2a4d2697731f94b02f47dcb2eedaebd37de /synapse/handlers | |
parent | Ensure the terms params are actually provided (diff) | |
download | synapse-a8ed93a4b55a19a478c9aba929bfea07e691abbf.tar.xz |
pep8
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index 12979f6ed3..bef796fd0c 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -469,7 +469,7 @@ class AuthHandler(BaseHandler): def _get_params_terms(self): return { "policies": { - "privacy_policy": { + "privacy_policy": { "version": self.hs.config.user_consent_version, "en": { "name": "Privacy Policy", |