adrianhajdin / healthcare

Build a healthcare platform that streamlines patient registration, appointment scheduling, and medical records, and learn to implement complex forms and SMS notifications.
https://jsmastery.pro
2.02k stars 508 forks source link

Existing user login issue #24

Closed OmJadhav1 closed 3 months ago

OmJadhav1 commented 3 months ago

when we login first time , it ask us to fill the registration form. but when we login with that same credentials again even if we have filled registration form once it ask us to fill form again. i think if the form is filled then it should directly redirect to new-appointment page. it also create new user document with same userId new database. (i don't know if this issue is there in completed project. i have coded till appointment page.)