Skip to content

Commit

Permalink
Merge pull request dotnet-architecture#226 from dotnet-architecture/u…
Browse files Browse the repository at this point in the history
…pate-profile-menu-link

Changing asp-action to go to MyAccount instead of Index
  • Loading branch information
efleming18 authored Mar 10, 2019
2 parents 83e5e3e + 0cc0453 commit 392b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Views/Manage/_ManageNav.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

<ul class="nav nav-pills nav-stacked">
<li class="@ManageNavPages.IndexNavClass(ViewContext)"><a asp-action="Index">Profile</a></li>
<li class="@ManageNavPages.IndexNavClass(ViewContext)"><a asp-action="MyAccount">Profile</a></li>
<li class="@ManageNavPages.ChangePasswordNavClass(ViewContext)"><a asp-action="ChangePassword">Password</a></li>
@if (hasExternalLogins)
{
Expand Down

0 comments on commit 392b68e

Please sign in to comment.