Fix typo in the login fallback javascript (#7235)
* Fix typo in the login fallback javascript * Changelogpull/7241/head
parent
2e105c156b
commit
ec5ac8e2b1
|
@ -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
|
// Otherwise, show the SSO form
|
||||||
$("#sso_form").show();
|
$("#sso_flow").show();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matrixLogin.serverAcceptsPassword) {
|
if (matrixLogin.serverAcceptsPassword) {
|
||||||
|
|
Loading…
Reference in New Issue