diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index d87abf2..bfab99e 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -102,12 +102,13 @@ export default function Header() { {isMounted && isAuthenticated ? ( - - {t('header.my_account')} + {userEmail} @@ -154,8 +155,7 @@ export default function Header() { ) : ( // Skeleton for auth buttons during hydration
-
-
+
)} diff --git a/toyshare.db-shm b/toyshare.db-shm index 1b4d7ff..49d25a3 100644 Binary files a/toyshare.db-shm and b/toyshare.db-shm differ diff --git a/toyshare.db-wal b/toyshare.db-wal index 8e242c5..466b2e5 100644 Binary files a/toyshare.db-wal and b/toyshare.db-wal differ