calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.47k stars 234 forks source link

Fix broken /login navbar redirect #789

Closed calzoneman closed 3 years ago

calzoneman commented 5 years ago

If you log in from the navbar while on the login page, it redirects back to the login page, which sees that you're already logged in and displays an error message.

Instead, it should show the "logged in" message.

calzoneman commented 3 years ago

This seems to have been fixed at some point.