Bunk-Mate / Mobile-App

MIT License
4 stars 0 forks source link

[Feature] Successful signup should navigate to the HomePage #39

Open angrezichatterbox opened 3 weeks ago

angrezichatterbox commented 3 weeks ago

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.