Add password changing

This commit is contained in:
2025-10-17 11:02:50 +09:00
parent 5ae278eeca
commit 241171de17
7 changed files with 154 additions and 6 deletions

View File

@ -23,7 +23,7 @@
<RadzenPanelMenu>
<AuthorizeView>
<Authorized>
<RadzenPanelMenuItem Text="@context.User.Identity?.Name" />
<RadzenPanelMenuItem Path="/account/manage" Text="@context.User.Identity?.Name" />
<RadzenPanelMenuItem Path="/identity/logout" Text="Выйти" Icon="logout" />
</Authorized>
<NotAuthorized>