Closed dipexplorer closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
wanderlust-2024 | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 9, 2024 10:19pm |
Thank you for submitting your pull request! π We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! π
Fixes #476
This PR adds backend logic to restrict access to individual listings for non-logged-in users. By requiring login, this update aims to enhance user engagement and encourage account creation. When a non-logged-in user tries to view a listing, they will be redirected to the listings page with a flash message encouraging them to sign in or sign up.
Changes
Testing Instructions
npm install
to install dependencies.npm test
to execute the test suite.Screenshots (if applicable)
https://github.com/user-attachments/assets/31e5fec2-33ef-4171-84fa-74c2b932805a
Checklist