nxtgauge-admin-solid/src/routes
Ashwin Kumar Sivakumar 87fe3c0c59
All checks were successful
build-and-release / build (push) Successful in 57s
fix(admin-auth): point forgot-password at the employees endpoint, not users
The previous fix routed through /api/gateway/auth/* (the users-table
forgot-password), which succeeds but changes the wrong account entirely —
admin.nxtgauge.com authenticates against a separate employees table.
Backend now exposes /api/admin/auth/forgot-password and
/api/admin/auth/reset-password against EmployeeRepository; route there.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-14 23:29:27 +05:30
..
admin fix(admin): add missing detail pages for 8 profession admin lists 2026-07-14 21:24:02 +05:30
api Update admin session, gateway, jobs/leads routes, login, and add API me endpoint 2026-05-08 15:34:46 +02:00
[...404].tsx chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
about.tsx feat(admin): runtime config builders with local save/publish 2026-03-16 23:20:54 +01:00
admin.tsx chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
index.tsx chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00
login.tsx fix(admin-auth): point forgot-password at the employees endpoint, not users 2026-07-14 23:29:27 +05:30