From 273e7b11adacb4023361e4995bc87b509d6d4bce Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 3 Jun 2025 23:57:55 +0300 Subject: [PATCH] update readme; remove autofocus from username field (login form) --- README.md | 1 + src/pages/LoginPage.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 = () => { <>