diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-03 11:28:43 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-03 11:28:43 +0100 |
commit | 14a8e7129793be3c7d27ea810b26efe4fba09bc9 (patch) | |
tree | 0e4088e90958518b0d587339e0417d35f29c17f6 /synapse/static/client/login/index.html | |
parent | Merge tag 'v1.12.3' (diff) | |
download | synapse-14a8e7129793be3c7d27ea810b26efe4fba09bc9.tar.xz |
Revert "Revert "Improve the UX of the login fallback when using SSO (#7152)""
This reverts commit 8d4cbdeaa9765ae0d87ec82b053f12ed8162f6f5.
Diffstat (limited to 'synapse/static/client/login/index.html')
-rw-r--r-- | synapse/static/client/login/index.html | 2 |
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> |