Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typo in the login fallback javascript (#7235)
Browse files Browse the repository at this point in the history
* Fix typo in the login fallback javascript

* Changelog
  • Loading branch information
babolivier committed Apr 7, 2020
1 parent 2e105c1 commit ec5ac8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7235.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug causing the login fallback to not display the SSO login form.
2 changes: 1 addition & 1 deletion synapse/static/client/login/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var show_login = function(inhibit_redirect) {
}

// Otherwise, show the SSO form
$("#sso_form").show();
$("#sso_flow").show();
}

if (matrixLogin.serverAcceptsPassword) {
Expand Down

0 comments on commit ec5ac8e

Please sign in to comment.