mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-17 18:42:36 +00:00
Fix typo in the login fallback javascript (#7235)
* Fix typo in the login fallback javascript * Changelog
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Fix a bug causing the login fallback to not display the SSO login form.
|
||||
@@ -62,7 +62,7 @@ var show_login = function(inhibit_redirect) {
|
||||
}
|
||||
|
||||
// Otherwise, show the SSO form
|
||||
$("#sso_form").show();
|
||||
$("#sso_flow").show();
|
||||
}
|
||||
|
||||
if (matrixLogin.serverAcceptsPassword) {
|
||||
|
||||
Reference in New Issue
Block a user