Added Session Expired page and functionality to redirect to this page when a 403 is encountered and the user is stuck on the page
Fixed duplicate loading spinners on the game accounts page
Notes
This isn't a fix for the 403 error completely, because I realized it's not possible to do so. This 403 issue occurs when you log into your account in a different browser or computer, or even a different website (i.e. you develop locally like me). So a 403 is sort of an expected scenario because you logged in elsewhere and your session cookie is no longer valid.
What's Changed
Notes
This isn't a fix for the 403 error completely, because I realized it's not possible to do so. This 403 issue occurs when you log into your account in a different browser or computer, or even a different website (i.e. you develop locally like me). So a 403 is sort of an expected scenario because you logged in elsewhere and your session cookie is no longer valid.