[WBS-7.7][WBS-7.1] Hardening: Upgrade to MudBlazor 9.0.0 and establish warning-free E2E test harness and dev auth fallback
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 7s
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 12s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Deploy to Production / Build & Deploy to Production (push) Successful in 2m47s
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 7s
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 12s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Deploy to Production / Build & Deploy to Production (push) Successful in 2m47s
This commit is contained in:
@@ -25,18 +25,18 @@
|
||||
<MudSpacer />
|
||||
|
||||
<!-- User Menu -->
|
||||
<AuthorizeView>
|
||||
<AuthorizeView Context="authContext">
|
||||
<Authorized>
|
||||
<MudMenu AnchorOrigin="Origin.BottomRight" TransformOrigin="Origin.TopRight" Class="ml-2">
|
||||
<ActivatorContent>
|
||||
<MudAvatar Color="Color.Primary" Image="@GetUserInitials()" Class="cursor-pointer">
|
||||
@GetFirstLetter(context.User.Identity?.Name)
|
||||
@GetFirstLetter(authContext.User.Identity?.Name)
|
||||
</MudAvatar>
|
||||
</ActivatorContent>
|
||||
<ChildContent>
|
||||
<MudMenuItem>
|
||||
<MudText Typo="Typo.body2">
|
||||
<strong>@context.User.Identity?.Name</strong>
|
||||
<strong>@authContext.User.Identity?.Name</strong>
|
||||
</MudText>
|
||||
</MudMenuItem>
|
||||
<MudDivider />
|
||||
|
||||
Reference in New Issue
Block a user