Closed as not planned
Closed as not planned
Description
It looks like the browser history state is being replaced if a user browses to the server when they are not signed in. This prevents a user from using the "back" button on their browser.
coder/site/src/pages/LoginPage/LoginPage.tsx
Lines 16 to 18 in a121201
Is this intentional? If not, I think the removing the replace
on the navigate component should fix it..
This was initially introduced in: #465