Closed robert-godlewski closed 1 month ago
Make sure that you can select either login or register as a button in the header or as a link. Also need a logout button for those who are logged in.
Route for login (currently the default route).
Route for register is only accessibly when typed into the web browser manually (goes back to login after creating a new user).
Route once you logged in. In order to logout you need to manually type logout at the end of the url.
Generally need some sort of navigation so that we don't have to manually type the routes at the end of the url
Might get resolved under PR #18.
Just resolved this with PR #18.
Make sure that you can select either login or register as a button in the header or as a link. Also need a logout button for those who are logged in.
Route for login (currently the default route).
Route for register is only accessibly when typed into the web browser manually (goes back to login after creating a new user).
Route once you logged in. In order to logout you need to manually type logout at the end of the url.