diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Layout/MainLayout.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Layout/MainLayout.razor index 71136240..43c12ab3 100644 --- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Layout/MainLayout.razor +++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Layout/MainLayout.razor @@ -1,5 +1,5 @@ @inherits LayoutComponentBase -@using Microsoft.AspNetCore.Components.Routing +@using System.Security.Claims @* Thin delegation to the shared ZB.MOM.WW.Theme side-rail chassis. ThemeShell owns the brand bar, the CSS-only narrow-viewport hamburger, and the responsive collapse, @@ -38,7 +38,7 @@ @context.User.Identity?.Name