BeePong / 42_transcendence

This group project is about creating a website for the mighty Pong contest!🏓
2 stars 4 forks source link

Bugfix/Frontend login routing #75

Closed wengcychan closed 2 months ago

wengcychan commented 3 months ago

Clicking the login button in navbar will go to https://localhost/accounts/login/ Clicking the tournament button will go to https://localhost/accounts/login Which would reload the login page again

Steps to reproduce: 1) click tournament button to go to login page, it will fetch the login page

Image

2) click the login button in the navbar, it will fetch the login page again. The login page should not reload because it stays at the same page. Image