From e934e5b1a33d8b50348cda78df4b4fee429aa544 Mon Sep 17 00:00:00 2001
From: Leonardo <leomilho@gmail.com>
Date: Fri, 1 Nov 2024 13:21:39 +0100
Subject: [PATCH] chore: new auth url for logout

---
 apps/web/src/components/navbar/navbar.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/web/src/components/navbar/navbar.tsx b/apps/web/src/components/navbar/navbar.tsx
index 2c8c7baa9..5cb0e428e 100644
--- a/apps/web/src/components/navbar/navbar.tsx
+++ b/apps/web/src/components/navbar/navbar.tsx
@@ -88,7 +88,7 @@ export const Navbar = () => {
                   <DropdownItem
                     value="Log out"
                     onClick={() => {
-                      location.replace(`${AuthURL}/flows/-/default/invalidation/`);
+                      location.replace(`${AuthURL}/outpost.goauthentik.io/sign_out`);
                     }}
                   />
                 </>
-- 
GitLab