Skip to content

Commit

Permalink
Changing asp-action to go to MyAccount instead of Index
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Mar 10, 2019
1 parent f983f73 commit 0cc0453
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 0cc0453

Please sign in to comment.