Skip to content

Commit

Permalink
nopSolutions#4181 Fix register route inside the login page (pull requ…
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandromontividiu03 authored and DmitriyKulagin committed Dec 9, 2019
1 parent 36a8747 commit 0f508bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
else
{
var returnUrl = webHelper.GetRawUrl(Context.Request);
var returnUrl = this.Context.Request.Query["returnUrl"];

<li><a href="@Url.RouteUrl("Register", new { returnUrl })" class="ico-register">@T("Account.Register")</a></li>
<li><a href="@Url.RouteUrl("Login", new { returnUrl })" class="ico-login">@T("Account.Login")</a></li>
Expand Down

0 comments on commit 0f508bc

Please sign in to comment.