summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-04-08 11:59:51 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-04-08 11:59:51 +0200
commitc11d24d48c2f0b0b57d70087e5659290b9ddd154 (patch)
tree5f55eb275f9b245f5c99cd557fc4255afbf01a21 /changelog.d
parentAdd documentation to password_providers config option (#7238) (diff)
downloadsynapse-c11d24d48c2f0b0b57d70087e5659290b9ddd154.tar.xz
Fix changelog for #7235
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7235.bugfix1
-rw-r--r--changelog.d/7235.feature1
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7235.bugfix b/changelog.d/7235.bugfix
deleted file mode 100644
index d185efe537..0000000000
--- a/changelog.d/7235.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug causing the login fallback to not display the SSO login form.
diff --git a/changelog.d/7235.feature b/changelog.d/7235.feature
new file mode 100644
index 0000000000..fafa79c7e7
--- /dev/null
+++ b/changelog.d/7235.feature
@@ -0,0 +1 @@
+Improve the support for SSO authentication on the login fallback page.