Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

Fixed [BUG] Signup Screen Bug #135 #148

Closed VipulChauhan89 closed 1 year ago

VipulChauhan89 commented 1 year ago

I have fixed this bug by checking the current page from location.pathname and if location.pathname is equal to /login or /signup then It is navigating on the same page and else I am navigating to your notes or add notes page.