nicholasbergesen / boulderlog

Just go up
https://boulderlog.azurewebsites.net/
0 stars 1 forks source link

Fix: Redirecting wrong urls to home and un authorized uls to login page. #35

Closed apchandu96 closed 4 months ago

apchandu96 commented 5 months ago

If the route is valid and does not have token or authorization it will direct to login page image

If there is no route and If you are trying to access it through URL this will take you to home page. In you case there is no route to climbs only climb is valid route. Therefore when user enters climbs which is not a valid URL this is take you to base URL which is home page. image

Please let me know if this is something you are looking for or let me know anything else. I can amend the changes

Closes: https://github.com/nicholasbergesen/boulderlog/issues/25

nicholasbergesen commented 4 months ago

Approved, feel free to merge in the PR.