face-hh / feddit

An open-source Reddit clone, made in 1 week.
Apache License 2.0
24 stars 8 forks source link

clicking on the website icon will ask you to login even if you're already logged in #2

Closed cabiste-dev closed 1 year ago

cabiste-dev commented 1 year ago

Clicking on the website's icon will not check if you're already logged in and will prompt you to login again. I assume you just made the index page a login page with no checks lol

face-hh commented 1 year ago

For some reason, redirecting worked fine while testing and broke in production, so I quickly created the /home endpoint and forgot to change all frontend JS to redirect to it. I'll change it in a few hours, thanks for reporting

face-hh commented 1 year ago

fixed in 53cf954