diff --git a/frontend/src/components/login-page/redirect-to-param-or-history.tsx b/frontend/src/components/login-page/redirect-to-param-or-history.tsx index 615f1dc13..002fb5803 100644 --- a/frontend/src/components/login-page/redirect-to-param-or-history.tsx +++ b/frontend/src/components/login-page/redirect-to-param-or-history.tsx @@ -20,5 +20,5 @@ export const RedirectToParamOrHistory: React.FC = () => { const cleanedUrl = redirectBackUrl.startsWith('/') && !redirectBackUrl.startsWith('//') ? redirectBackUrl : defaultFallback - return + return }