summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:39:22 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:39:22 +0100
commit0145f103f56ccf290ec73527e0ffc09b5cd28e85 (patch)
tree25ceeae380b5fe8ebb17951c100ec13dbc0d83ce /synapse/handlers/auth.py
parentMerge commit '18ab35284' into anoa/dinsic_release_1_31_0 (diff)
parentfix broken HTML tag (diff)
downloadsynapse-0145f103f56ccf290ec73527e0ffc09b5cd28e85.tar.xz
Merge commit '351845452' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py

index 143494ae99..a19c556437 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py
@@ -1378,7 +1378,9 @@ class AuthHandler(BaseHandler): ) return self._sso_auth_confirm_template.render( - description=session.description, redirect_url=redirect_url, + description=session.description, + redirect_url=redirect_url, + idp=sso_auth_provider, ) async def complete_sso_login(