fix: resolve review comments
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon 2025-12-03 14:27:22 +01:00
parent ce15b8f59b
commit 1623b63207
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 30 additions and 7 deletions

View file

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CopyToClipboard JavaScript hook with fallback for older browsers
- Button shows count of visible selected members (respects search/filter)
- German/English translations
- Docker secrets support via `_FILE` environment variables for all sensitive configuration (SECRET_KEY_BASE, TOKEN_SIGNING_SECRET, OIDC_CLIENT_SECRET, DATABASE_URL, DATABASE_PASSWORD)
### Fixed
- Email validation false positive when linking user and member with identical emails (#168 Problem #4)