Is your feature request related to a problem? Please describe.
Currently when the user signs up the user is redirected to the sign-in page where the user is supposed to enter the user name and password. This can be time-consuming for the user and is not the best implementation.
Describe the solution you'd like
The signup should redirect the user to the Homepage. A possible solution for doing this would be that a successful request would ask certain questions or would show a loading icon during which a request would be sent for signing in the user to the home page.
Is your feature request related to a problem? Please describe. Currently when the user signs up the user is redirected to the sign-in page where the user is supposed to enter the user name and password. This can be time-consuming for the user and is not the best implementation.
Describe the solution you'd like The signup should redirect the user to the Homepage. A possible solution for doing this would be that a successful request would ask certain questions or would show a loading icon during which a request would be sent for signing in the user to the home page.