diff --git a/src/app/Footer.tsx b/src/app/Footer.tsx index bc18a0c6..9a7b4292 100644 --- a/src/app/Footer.tsx +++ b/src/app/Footer.tsx @@ -45,12 +45,18 @@ export default function Footer() { 'flex items-center gap-1', 'text-dim min-h-10', )}> -
+
{userEmail || userEmailEager ? <> -
+ {userEmail || userEmailEager} -
+
signOutAction() .then(clearAuthStateAndRedirectIfNecessary)}> @@ -66,7 +72,7 @@ export default function Footer() { {appText.nav.admin} }
-
+
]