diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-02-01 18:48:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-02-01 18:48:11 +0000 |
commit | 8fee6a3ab2aa539447b2601ca1a94d387f2ad8f3 (patch) | |
tree | de0ebf554ef28b29d296fca0b45294c9ec8b7214 /synapse | |
parent | Merge branch 'social_login' into develop (diff) | |
parent | fix broken HTML tag (diff) | |
download | synapse-8fee6a3ab2aa539447b2601ca1a94d387f2ad8f3.tar.xz |
Merge branch 'social_login' into develop
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/res/templates/sso_auth_confirm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/sso_auth_confirm.html b/synapse/res/templates/sso_auth_confirm.html index 790470fb59..2099c2f1f8 100644 --- a/synapse/res/templates/sso_auth_confirm.html +++ b/synapse/res/templates/sso_auth_confirm.html @@ -20,7 +20,7 @@ </strong></p> </header> <main> - <a href="{{ redirect_url }}" class="primary-button"/> + <a href="{{ redirect_url }}" class="primary-button"> Continue with {{ idp.idp_name }} </a> </main> |