-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
- Theres no user login check , it should redirect the user to his profile if he/she is logged in
Lines 120 to 122 in 882da63
| <Route path="/login" element={<Login />} /> | |
| <Route path="/register" element={<Register />} /> | |
| <Route path="/forgot-password" element={<ForgotPassword />} /> |
- The backend environment is not very well documented
Lines 1 to 14 in 882da63
| PORT= | |
| MONGODB_URI= | |
| JWT_SECRET= | |
| GOOGLE_CLIENT_ID= | |
| GOOGLE_CLIENT_SECRET= | |
| GOOGLE_CALLBACK_URL= | |
| CLIENT_URL= | |
| SESSION_SECRET= | |
| ADMIN_EMAIL= | |
| RESEND_API_KEY = | |
| EMAIL_USER= | |
| EMAIL_PASSWORD | |
| EMAIL_VERIFIER_API_KEY= | |
| GITHUB_TOKEN= |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels