We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d4d56 commit 1d9a502Copy full SHA for 1d9a502
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Account/Login.cshtml
@@ -29,7 +29,7 @@
29
<div class="col-lg-12">
30
<div class="well bs-component">
31
<form asp-action="Login" id="LoginForm" class="form-horizontal" method="POST">
32
- <input type="hidden" name="returnUrl" value="@ViewBag.ReturnUrl" />
+ <input type="hidden" name="returnUrl" value="@Model.ReturnUrl" />
33
<input type="hidden" name="returnUrlHash" />
34
<fieldset>
35
<legend>@L("LogIn")</legend>
0 commit comments