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

Commit ec5ac8e

Browse files
authored
Fix typo in the login fallback javascript (#7235)
* Fix typo in the login fallback javascript * Changelog
1 parent 2e105c1 commit ec5ac8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/7235.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a bug causing the login fallback to not display the SSO login form.

synapse/static/client/login/js/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var show_login = function(inhibit_redirect) {
6262
}
6363

6464
// Otherwise, show the SSO form
65-
$("#sso_form").show();
65+
$("#sso_flow").show();
6666
}
6767

6868
if (matrixLogin.serverAcceptsPassword) {

0 commit comments

Comments
 (0)