From e8365a3c5110a77ef9badc4fa99e997fe747686a Mon Sep 17 00:00:00 2001 From: Sulkta 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 %}