From 84b16bc0ad7209fc0b7b9759cc0db90702d1f3d2 Mon Sep 17 00:00:00 2001 From: Kayos Date: Fri, 22 May 2026 09:57:05 -0700 Subject: [PATCH] login: embed sulkta-bar for cross-app nav + sign-out Sign-out now lives in the account.sulkta.com bar (hits Authentik's default-invalidation-flow). Cauldron already had no per-app sign-out link in the nav, so this is just the bar embed. --- cauldron/templates/_base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cauldron/templates/_base.html b/cauldron/templates/_base.html index 12a70be..eb29017 100644 --- a/cauldron/templates/_base.html +++ b/cauldron/templates/_base.html @@ -681,5 +681,6 @@ button { font-family: inherit; } })(); +{% if session.user %}{% endif %}