diff --git a/src/components/router/LoggedInRoute.tsx b/src/components/router/LoggedInRoute.tsx index 3d95f26..27ef704 100644 --- a/src/components/router/LoggedInRoute.tsx +++ b/src/components/router/LoggedInRoute.tsx @@ -17,7 +17,10 @@ export function LoggedInRoute() { if (isLoading) { return } else if (isSuccess) { - if (!profile.rsi_confirmed) { + if ( + !profile.rsi_confirmed && + !["/settings", "/accountlink"].includes(location.pathname) + ) { return } else { return