summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-10-15 16:10:29 -0600
committerTravis Ralston <travpc@gmail.com>2018-10-15 16:10:29 -0600
commita8ed93a4b55a19a478c9aba929bfea07e691abbf (patch)
treeb21ee2a4d2697731f94b02f47dcb2eedaebd37de /synapse/handlers/auth.py
parentEnsure the terms params are actually provided (diff)
downloadsynapse-a8ed93a4b55a19a478c9aba929bfea07e691abbf.tar.xz
pep8
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
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",