Added loading spinner to all pages that call useAuthentication and return different JSX based on the user returned from this hook. This prevents pages from showing the wrong information for a split second because the user has not been fetched from the API yet.
Refactored AlreadyLoggedIn to accept a custom message
Updated the create page to use AlreadyLoggedIn
Fixed an account widget link styling issue on mobile
Tweaked the NotLoggedIn component message
Made the Forgot Password block left-aligned
Fixed problem with error state not appearing on /account/game-accounts/create/success page
useAuthentication
and return different JSX based on the user returned from this hook. This prevents pages from showing the wrong information for a split second because the user has not been fetched from the API yet.AlreadyLoggedIn
to accept a custom messageAlreadyLoggedIn
NotLoggedIn
component message/account/game-accounts/create/success
page