From f47f6c36588f6adca6472340012a66386983ff9f Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 7 Oct 2023 17:33:31 +0200 Subject: [PATCH] fix: clicking the logo let's the user get back to the note Signed-off-by: Philip Molares --- .../src/components/login-page/redirect-to-param-or-history.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }