hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.54k stars 289 forks source link

Fix logout from setting page issue #112

Closed ItaiAxelrad closed 3 years ago

ItaiAxelrad commented 3 years ago

Fixes #109

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 0338e681ce4f18a2266ae099497c2ba6eaf0b5b9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hoangvvo/nextjs-mongodb-app/adm5pok72
✅ Preview: Failed

hoangvvo commented 3 years ago

I have already fixed this issue using my recommendation above in a different PR. I tried to commit right onto your branch to merge this PR but could not.

Thanks for the PR again.