feat: add forgot password flow and reusable password field

This commit is contained in:
2026-06-17 16:55:10 +05:30
parent 4c2241ff72
commit b325975282
15 changed files with 541 additions and 44 deletions

View File

@@ -1,5 +1,8 @@
export const ROUTES = {
LOGIN: '/login',
FORGOT_PASSWORD: '/forgot-password',
RESET_PASSWORD: '/reset-password',
SET_PASSWORD: '/set-password',
DASHBOARD: '/dashboard',
PROJECT: '/project',
PACKAGE: '/package',