mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-09 16:19:26 -05: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
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
|
// Otherwise, show the SSO form
|
||||||
$("#sso_form").show();
|
$("#sso_flow").show();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matrixLogin.serverAcceptsPassword) {
|
if (matrixLogin.serverAcceptsPassword) {
|
||||||
|
Loading…
Reference in New Issue
Block a user