summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-27Improve the UX of the login fallback when using SSO (#7152)Brendan Abolivier3-22/+32
* 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.
2020-03-27Update the wording of the config commentBrendan Abolivier2-6/+6
2020-03-26