mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
Fix typo in the login fallback javascript (#7235)
* Fix typo in the login fallback javascript * Changelog
This commit is contained in:
parent
2e105c156b
commit
ec5ac8e2b1
2 changed files with 2 additions and 1 deletions
1
changelog.d/7235.bugfix
Normal file
1
changelog.d/7235.bugfix
Normal file
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue