Finance-Accounts/ar-aging-app/frontend
Talha Ahmed b77c2cc9f7 Settings changes password with the CURRENT password; email code is the
login-screen forgot-password flow only

Also fix: the auth middleware now attaches the signed-in identity on
open paths too (a signed-in request-code call previously saw no user
and demanded a username).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-19 21:41:21 +05:00
..
src Settings changes password with the CURRENT password; email code is the 2026-08-19 21:41:21 +05:00
.dockerignore Production readiness: month separation, auth, FX service, AWS deployment 2026-08-19 18:46:47 +05:00
Dockerfile Production readiness: month separation, auth, FX service, AWS deployment 2026-08-19 18:46:47 +05:00
index.html Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
nginx.conf Production readiness: month separation, auth, FX service, AWS deployment 2026-08-19 18:46:47 +05:00
package-lock.json Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
package.json Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
postcss.config.js Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
tailwind.config.js Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
tsconfig.json Initial commit: AR aging app with root gitignore. 2026-07-29 18:07:21 +05:00
vite.config.ts Implement MySQL support in AR aging app. Update README with configuration instructions, modify requirements for PyMySQL and dotenv, and refactor database setup to use MySQL. Adjust models and queries for compatibility with MySQL, including column size specifications. Enhance Vite config for API proxying. 2026-07-29 18:52:37 +05:00