update readme; remove autofocus from username field (login form)

This commit is contained in:
Aine 2025-06-03 23:57:55 +03:00
parent 55e7d53769
commit 273e7b11ad
No known key found for this signature in database
GPG Key ID: 34969C908CCA2804
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -273,7 +273,6 @@ const LoginPage = () => {
<>
<Box>
<TextInput
autoFocus
source="username"
label="ra.auth.username"
autoComplete="username"