diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-27 15:44:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-27 20:19:54 +0000 |
commit | 84f7eaed16a8169f1d70d047c9354c8232b9fb9f (patch) | |
tree | c06842bb859038b92c29a8a420f1f561c944e8a1 /changelog.d/7152.feature | |
parent | Admin API to join users to a room. (#7051) (diff) | |
download | synapse-84f7eaed16a8169f1d70d047c9354c8232b9fb9f.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 'changelog.d/7152.feature')
-rw-r--r-- | changelog.d/7152.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7152.feature b/changelog.d/7152.feature new file mode 100644 index 0000000000..fafa79c7e7 --- /dev/null +++ b/changelog.d/7152.feature @@ -0,0 +1 @@ +Improve the support for SSO authentication on the login fallback page. |