Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Replace config option with hardcoded template name
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 19, 2021
1 parent d702445 commit fdbf9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/config/account_validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def read_config(self, config, **kwargs):
) = self.read_templates(
[
account_renewed_template_filename,
"account_previously_renewed.html",
invalid_token_template_filename,
],
account_validity_template_dir,
Expand Down

0 comments on commit fdbf9a8

Please sign in to comment.