Fill in PR number in release note (#1654)

This commit is contained in:
saubyk 2026-08-03 09:19:02 -07:00
parent 706c6447eb
commit 24de9bee09
No known key found for this signature in database
GPG key ID: 00C9E2BC2E45666F

View file

@ -6,7 +6,7 @@ this release should add its entry under the appropriate section below.
## Bug Fixes
- **Auth: harden login request validation**
([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)).
([#1654](https://github.com/Ride-The-Lightning/RTL/pull/1654)).
Tightens server-side validation of authentication requests and adds regression coverage
(`test/backend/authenticate.test.mjs`). Users who have two-factor authentication enabled
are encouraged to update promptly.