Skip to content

Commit

Permalink
Merge pull request #114 from Nfactor26/fix-profile-page-link
Browse files Browse the repository at this point in the history
Fix link to profile page from the login status display on top right
  • Loading branch information
Nfactor26 authored Jul 21, 2024
2 parents 18c6dec + 5114eb1 commit cf87cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pixel.Identity.UI.Client/Shared/LoginDisplay.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<MudAvatar>@context.User.Identity.Name.First()</MudAvatar>
</ActivatorContent>
<ChildContent>
<MudMenuItem id="profileMenuItem" Href="./authentication/profile">Profile</MudMenuItem>
<MudMenuItem id="profileMenuItem" Href="./account/profile">Profile</MudMenuItem>
<MudMenuItem id="signOutMenuItem" @onclick="BeginSignOut">Sign Out</MudMenuItem>
</ChildContent>
</MudMenu>
Expand Down

0 comments on commit cf87cc3

Please sign in to comment.