NextExpense/internal
cclohmar 91534ed8bd fix: renderOTPForm in auth.go now uses cached single-field template
- Was using its own inline template with 6 digit_0..digit_5 fields
- Now calls getTemplate('otp_form') which has the single 6-digit input
- templates.go already had the correct single-field version
2026-06-03 07:57:56 +00:00
..
ai refactor: implement best-practice recommendations from code review 2026-05-31 02:13:07 +00:00
auth fix: resolve 7 critical security findings from code review 2026-05-31 01:50:08 +00:00
database feat: single OTP field, event metadata on page, delete event 2026-06-03 07:46:12 +00:00
email feat: send receipt images as ZIP attachment with report 2026-05-30 13:38:23 +00:00
handlers fix: renderOTPForm in auth.go now uses cached single-field template 2026-06-03 07:57:56 +00:00
utils refactor: implement best-practice recommendations from code review 2026-05-31 02:13:07 +00:00