After a successful signup, users should be automatically logged in instead of having to manually switch to the login tab and enter their credentials again.
The current signup flow in SignUp.jsx and AuthContext.jsx doesn't automatically authenticate the user after successful registration.
Relevant files: authController.js, AuthContext.jsx, SignUp.jsx
After a successful signup, users should be automatically logged in instead of having to manually switch to the login tab and enter their credentials again.
The current signup flow in SignUp.jsx and AuthContext.jsx doesn't automatically authenticate the user after successful registration.
Relevant files: authController.js, AuthContext.jsx, SignUp.jsx