Fix typo in the login fallback javascript (#7235)

* Fix typo in the login fallback javascript

* Changelog
pull/7241/head
Brendan Abolivier 2020-04-07 18:31:50 +02:00 committed by GitHub
parent 2e105c156b
commit ec5ac8e2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7235.bugfix Normal file
View File

@ -0,0 +1 @@
Fix a bug causing the login fallback to not display the SSO login form.

View File

@ -62,7 +62,7 @@ var show_login = function(inhibit_redirect) {
}
// Otherwise, show the SSO form
$("#sso_form").show();
$("#sso_flow").show();
}
if (matrixLogin.serverAcceptsPassword) {