diff --git a/src/components/Panel.jsx b/src/components/Panel.jsx index b12059c..e490324 100644 --- a/src/components/Panel.jsx +++ b/src/components/Panel.jsx @@ -62,7 +62,7 @@ export default function Panel({ onManeuverClick }) { // Auth handlers const handleLogin = () => { window.location.href = '/outpost.goauthentik.io/start?rd=%2F' } - const handleLogout = () => { window.location.href = '/outpost.goauthentik.io/sign_out' } + const handleLogout = () => { window.location.href = 'https://auth.echo6.co/if/flow/default-invalidation-flow/?next=https://navi.echo6.co/' } // Optimize stops const hasGpsOrigin = gpsOrigin && geoPermission === 'granted'