Skip to content
Snippets Groups Projects
Unverified Commit 0de9f948 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Lint

parent f9e98176
No related branches found
No related tags found
No related merge requests found
...@@ -168,8 +168,7 @@ class SAML2Config(Config): ...@@ -168,8 +168,7 @@ class SAML2Config(Config):
template_dir = pkg_resources.resource_filename("synapse", "res/templates",) template_dir = pkg_resources.resource_filename("synapse", "res/templates",)
self.saml2_error_html_content = self.read_file( self.saml2_error_html_content = self.read_file(
os.path.join(template_dir, "saml_error.html"), os.path.join(template_dir, "saml_error.html"), "saml2_config.saml_error",
"saml2_config.saml_error",
) )
def _default_saml_config_dict( def _default_saml_config_dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment