From f36f2d2d810b499832ce61234ae84bbfb03c8f18 Mon Sep 17 00:00:00 2001 From: pierobox <89992959+pierobox@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:02:51 +0200 Subject: [PATCH] Added email on profile icon's tooltip (when logged in) This should help when testing with several users, to quickly see the currently logged-in user. --- Views/Shared/_RightNavPartial.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Shared/_RightNavPartial.cshtml b/Views/Shared/_RightNavPartial.cshtml index 022f4f9..cd3b68a 100644 --- a/Views/Shared/_RightNavPartial.cshtml +++ b/Views/Shared/_RightNavPartial.cshtml @@ -23,7 +23,7 @@ @if (SignInManager.IsSignedIn(User)) {