summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-04-07 18:31:50 +0200
committerGitHub <noreply@github.com>2020-04-07 18:31:50 +0200
commitec5ac8e2b129f645a06f441143c2dcd2fb1c7037 (patch)
tree55ad0e4941164d4cf1c1006cc3bea3e2f8768457 /changelog.d
parentRemove sent outbound device list pokes from the database (#7192) (diff)
downloadsynapse-ec5ac8e2b129f645a06f441143c2dcd2fb1c7037.tar.xz
Fix typo in the login fallback javascript (#7235)
* Fix typo in the login fallback javascript

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7235.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7235.bugfix b/changelog.d/7235.bugfix
new file mode 100644
index 0000000000..d185efe537
--- /dev/null
+++ b/changelog.d/7235.bugfix
@@ -0,0 +1 @@
+Fix a bug causing the login fallback to not display the SSO login form.