nwaliaez / spotify-clone

53 stars 27 forks source link

login modal appearing even if clicked on sign up. #2

Open M0hitReddy opened 1 year ago

M0hitReddy commented 1 year ago

when sign up is clicked login details modal is appearing instead of sign up details modal.

mrravipandee commented 1 year ago

Check the JavaScript code responsible for opening and closing the modals. Ensure that it's correctly distinguishing between the signup and login modals based on the button clicked.