From 05acba8cbeaa256494bfcd3899f3fb56335e69a2 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 11 Mar 2024 14:30:44 +0100 Subject: [PATCH] chore(foundation): ditch redirectToReferrer in favour of SSOut --- src/Foundation/Instances.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/Instances.hs b/src/Foundation/Instances.hs index e4d81cf88..8321894f8 100644 --- a/src/Foundation/Instances.hs +++ b/src/Foundation/Instances.hs @@ -134,7 +134,7 @@ instance YesodAuth UniWorX where -- Where to send a user after logout logoutDest _ = NewsR -- Override the above two destinations when a Referer: header is present - redirectToReferer _ = True + redirectToReferer _ = False loginHandler = do plugins <- getsYesod authPlugins