diff --git a/README.md b/README.md index be3c56c..bca0478 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ The following changes are already implemented: * ๐Ÿ—‚๏ธ [Add Users' Account Data tab](https://github.com/etkecc/synapse-admin/pull/276) * ๐Ÿงพ [Make bulk registration CSV import more user-friendly](https://github.com/etkecc/synapse-admin/pull/411) * ๐ŸŒ [Configurable CORS Credentials](https://github.com/etkecc/synapse-admin/pull/456) +* [Do not check homeserver URL during typing in the login form](https://github.com/etkecc/synapse-admin/pull/585) #### exclusive for [etke.cc](https://etke.cc) customers diff --git a/src/pages/LoginPage.tsx b/src/pages/LoginPage.tsx index cb6ee98..5ac3f39 100644 --- a/src/pages/LoginPage.tsx +++ b/src/pages/LoginPage.tsx @@ -273,7 +273,6 @@ const LoginPage = () => { <>