ankit
ankit
made the newly "Learning Paths" navbar responsive for smaller screen, keeping the original style as it it for larger screens [Screencastfrom2024-04-1404-26-57.webm](https://github.com/code100x/daily-code/assets/114481298/d315b610-133c-48cc-b78e-b8559c1a10f3)
### Title "Migrated to Auth.js v5 from NextAuth and Edge Runtime Compatibility Fixes" ### Problem Description 1. **Outdated NextAuth.js Version** - The project was using an old version of `next-auth`,...
### PR Fixes: - migrated to Auth.js v5 - replaced bcrypt with bcryptjs to ensure edge runtime compatibility Resolves #916 ### Checklist before requesting a review - [x] I have...