Commit Graph

1 Commits

Author SHA1 Message Date
15e842ce85 Fix CSRF token issue in login and register forms
- Added @Html.AntiForgeryToken() to Register.cshtml
- Added @Html.AntiForgeryToken() to Login.cshtml
- Fixes 400 Bad Request errors on form submission

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 16:03:42 -08:00