diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-04-07 18:31:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 18:31:50 +0200 |
commit | ec5ac8e2b129f645a06f441143c2dcd2fb1c7037 (patch) | |
tree | 55ad0e4941164d4cf1c1006cc3bea3e2f8768457 /changelog.d | |
parent | Remove sent outbound device list pokes from the database (#7192) (diff) | |
download | synapse-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.bugfix | 1 |
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. |