You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the signup form functional, integrate it with the backend API. During signup, allowing users to choose their role: "patient," "admin," or "doctor."
Actual Behavior
Currently, logging in only displays a toast message and does not store the user's identity in the database. If the goal is to ensure that a user cannot become a doctor or patient without admin approval, I can implement that as well. However, we will first need to create the admin dashboard.
Expected Behavior
The system should register the user, enabling access to various functionalities available only to logged-in or signed-up users.
Hey @itsmohit097 please assign this to me under GSSOC'24
The text was updated successfully, but these errors were encountered:
Description
To make the signup form functional, integrate it with the backend API. During signup, allowing users to choose their role: "patient," "admin," or "doctor."
Actual Behavior
Currently, logging in only displays a toast message and does not store the user's identity in the database. If the goal is to ensure that a user cannot become a doctor or patient without admin approval, I can implement that as well. However, we will first need to create the admin dashboard.
Expected Behavior
The system should register the user, enabling access to various functionalities available only to logged-in or signed-up users.
Hey @itsmohit097 please assign this to me under GSSOC'24
The text was updated successfully, but these errors were encountered: