From 868f950559999574755cce8e2c9aff993ef7edc9 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 1 Dec 2024 17:33:26 +0100 Subject: [PATCH] Display email of current user --- app/ui/dashboard/sidenav.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui/dashboard/sidenav.tsx b/app/ui/dashboard/sidenav.tsx index 39a2346..437cbe6 100644 --- a/app/ui/dashboard/sidenav.tsx +++ b/app/ui/dashboard/sidenav.tsx @@ -25,6 +25,7 @@ export default function SideNav() {
+ Logged in as {JSON.parse(localStorage.getItem('currentUser') || '{}').email}