BeePong / 42_transcendence

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

bugfix/fix login page issue #87

Closed wengcychan closed 2 months ago

wengcychan commented 2 months ago

@pixelsnow @djames9 @liocle

Here is the fix for the login page issue reported in #79

Now if you have already login, no matter if you go to the login page directly or use back and forward button to go to login page, you will be redirected to the tournament page.

I also fix the synchronization problem for opening two tabs in the same browser. Now, if one tab login, the another tab will login in to the same account too.

Close #79