summary refs log tree commit diff
path: root/synapse/static/client/login/index.html
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-27 15:44:13 +0100
committerGitHub <noreply@github.com>2020-03-27 15:44:13 +0100
commit90246344e340bce3417fb330da6be9338a701c5c (patch)
tree004b8b025986cefa5decdd3739fd22cf06e53076 /synapse/static/client/login/index.html
parentMerge pull request #7153 from matrix-org/babolivier/sso_whitelist_login_fallback (diff)
downloadsynapse-90246344e340bce3417fb330da6be9338a701c5c.tar.xz
Improve the UX of the login fallback when using SSO (#7152)
* Don't show the login forms if we're currently logging in with a
  password or a token.
* Submit directly the SSO login form, showing only a spinner to the
  user, in order to eliminate from the clunkiness of SSO through this
  fallback.
Diffstat (limited to 'synapse/static/client/login/index.html')
-rw-r--r--synapse/static/client/login/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/static/client/login/index.html b/synapse/static/client/login/index.html
index bcb6bc6bb7..712b0e3980 100644
--- a/synapse/static/client/login/index.html
+++ b/synapse/static/client/login/index.html
@@ -9,7 +9,7 @@
 <body onload="matrixLogin.onLoad()">
     <center>
         <br/>
-        <h1>Log in with one of the following methods</h1>
+        <h1 id="title"></h1>
 
         <span id="feedback" style="color: #f00"></span>