stack/apps
aadesh18 826561c33d
Session not found/expired bug fix (#1212)
When you click on a saved account (like "admin@example.com"), the login
form is automatically submitted. But if you then also click the "Sign
In" button (or click the account a second time), a second login attempt
is sent, even though the first one already completed. The second attempt
then fails because the login session it's trying to use is already gone,
causing the "Session not found" error.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Improved form submission handling on the login page to prevent
duplicate sign-in attempts from rapid user actions or accidental
double-clicks. The form now ensures only one submission occurs per
session.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-03 00:14:06 +00:00
..
backend Enhance error handling and logging in Emailable response validation (#1292) 2026-04-01 09:21:43 -07:00
dashboard Enhance error handling and logging in Emailable response validation (#1292) 2026-04-01 09:21:43 -07:00
dev-launchpad chore: update package versions 2026-03-31 10:54:12 -07:00
e2e fix default redirect method (#1253) 2026-03-31 15:08:33 -07:00
hosted-components chore: update package versions 2026-03-31 10:54:12 -07:00
mock-oauth-server Session not found/expired bug fix (#1212) 2026-04-03 00:14:06 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00