diff --git a/src/AIHub/Views/Shared/_Layout.cshtml b/src/AIHub/Views/Shared/_Layout.cshtml index 60e6f11..f39acca 100644 --- a/src/AIHub/Views/Shared/_Layout.cshtml +++ b/src/AIHub/Views/Shared/_Layout.cshtml @@ -105,8 +105,8 @@ class="rounded-circle"> -
John Doe
-
Chief Financial Officer
+
@(String.IsNullOrEmpty(Context.User.Identity.Name) ? Environment.UserName : Context.User.Identity.Name)
+ @*
Chief Financial Officer
*@
@*