feat: update authentication middleware and add password recovery pages

This commit is contained in:
Harsh
2025-06-09 17:20:11 +05:30
parent 78db193bec
commit 469a554655
8 changed files with 199 additions and 38 deletions

View File

@@ -37,7 +37,7 @@
"@/components/*": ["./components/*"],
"@/web/*": ["./*"],
"@/public/*": ["./public/*"],
"@repo/*": ["../../packages/*"]
"@repo/*": ["../../packages/*"],
"@/hooks/*": ["./hooks/*"]
}
},