Fix base_url being undefined on unsuccessful login (#18)

* Fix base_url being undefined on unsuccessful login

* update readme
This commit is contained in:
Borislav Pantaleev
2024-09-05 23:23:17 +03:00
committed by GitHub
parent 390aab5ce7
commit e093bd8625
4 changed files with 9 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ The following changes are already implemented:
* Switch from nginx to [SWS](https://static-web-server.net/) for serving the app, reducing the size of the Docker image
* [Fix redirect URL after user creation](https://github.com/etkecc/synapse-admin/pull/16)
* [Display actual Synapse errors](https://github.com/etkecc/synapse-admin/pull/17)
* [Fix base_url being undefined on unsuccessful login](https://github.com/etkecc/synapse-admin/pull/18)
_the list will be updated as new changes are added_