diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-01 18:36:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 18:36:04 +0000 |
commit | e5d70c8a82f5d615dbdc7f7aa69288681ba2e9f5 (patch) | |
tree | 4b95eb05a269630448ee2904867234aba4faa8b6 /synapse/handlers/auth.py | |
parent | Improve styling and wording of SSO error templates (#9287) (diff) | |
download | synapse-e5d70c8a82f5d615dbdc7f7aa69288681ba2e9f5.tar.xz |
Improve styling and wording of SSO UIA templates (#9286)
fixes #9171
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r-- | synapse/handlers/auth.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index c722a4afa8..6f746711ca 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -1388,7 +1388,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( |