Is your feature request related to a problem? Please describe.
Users with an account need to be able to log in.
Describe the solution you'd like
We need a screen that shows the user a place to enter a username and password, and and enter button. A forgot your password button would be usefull as well. Right now we can just make a black box function that sends data to backend and returns a positive or negative response.
Is your feature request related to a problem? Please describe. Users with an account need to be able to log in.
Describe the solution you'd like We need a screen that shows the user a place to enter a username and password, and and enter button. A forgot your password button would be usefull as well. Right now we can just make a black box function that sends data to backend and returns a positive or negative response.
Additional context This video may be helpful Also you can check out my implementation of login for a different project