diff --git a/src/features/authentication/components/AuthenticationSteps/AuthenticationSteps.tsx b/src/features/authentication/components/AuthenticationSteps/AuthenticationSteps.tsx index a2511e0..841c0c3 100644 --- a/src/features/authentication/components/AuthenticationSteps/AuthenticationSteps.tsx +++ b/src/features/authentication/components/AuthenticationSteps/AuthenticationSteps.tsx @@ -86,7 +86,6 @@ export const AuthenticationSteps = (): JSX.Element => { if (authMode === 'register') { navigate(`/account-created?returnUrl=${authReturnUrlWithRefreshToken}`); } else { - alert(authReturnUrlWithRefreshToken); location.href = authReturnUrlWithRefreshToken; } }