diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-06 15:16:14 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-06-06 15:16:14 +0100 |
commit | 1460f14c6687cd64e7afc34eff7b553d5e074151 (patch) | |
tree | fe5a63e789f0178833867955507ef67fabcc38c2 | |
parent | Merge branch 'anoa/feature_hs_password_resets' into anoa/hs_password_reset (diff) | |
download | synapse-1460f14c6687cd64e7afc34eff7b553d5e074151.tar.xz |
lint
-rw-r--r-- | synapse/config/emailconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py index a8eccee257..19d38d7d89 100644 --- a/synapse/config/emailconfig.py +++ b/synapse/config/emailconfig.py @@ -158,7 +158,7 @@ class EmailConfig(Config): email_password_reset_success_template, ) self.email_password_reset_success_html_content = self.read_file( - filepath, + filepath, "email.password_reset_template_success_html", ) |