0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 11:53:53 +01:00

Fix typo in the login fallback javascript ()

* Fix typo in the login fallback javascript

* Changelog
This commit is contained in:
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
changelog.d
synapse/static/client/login/js

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 // Otherwise, show the SSO form
$("#sso_form").show(); $("#sso_flow").show();
} }
if (matrixLogin.serverAcceptsPassword) { if (matrixLogin.serverAcceptsPassword) {