diff --git a/ui/src/components/ui/header/header.tsx b/ui/src/components/ui/header/header.tsx index d9479175ce..c3ffa85de6 100644 --- a/ui/src/components/ui/header/header.tsx +++ b/ui/src/components/ui/header/header.tsx @@ -38,10 +38,8 @@ export const Header = () => { setIsConfirmationOpen(true) } - if (!authUrl?.includes('openid')) { - authStore.logout() - window.location.assign(getAuthRoute()) - } + authStore.logout() + window.location.assign(getAuthRoute()) } return (