maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Fix session load

Open crnsh opened this issue 1 year ago • 0 comments

Description

If you refresh the page, or redirect to another page directly using a URL, you're redirect back to /login and then to /.

This happens because the session doesn't load instantly and the useEffect in WithAuth redirects to /login.

crnsh avatar Jan 19 '24 11:01 crnsh