mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Lint
This commit is contained in:
parent
f9e98176bf
commit
0de9f9486a
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user