robert-godlewski / ghost_pants_website

https://0fd6eadc-3d96-4eab-91ea-961d9c91cff9.e1-us-cdp-2.choreoapps.dev/login
1 stars 0 forks source link

Need to link up routes #12

Closed robert-godlewski closed 1 month ago

robert-godlewski commented 2 months 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).

Image

Route for register is only accessibly when typed into the web browser manually (goes back to login after creating a new user).

Image

Route once you logged in. In order to logout you need to manually type logout at the end of the url.

Image

robert-godlewski commented 1 month ago

Generally need some sort of navigation so that we don't have to manually type the routes at the end of the url

robert-godlewski commented 1 month ago

Might get resolved under PR #18.

robert-godlewski commented 1 month ago

Just resolved this with PR #18.