Fixes the request scheme, that's https.
This commit is contained in:
parent
764c186e45
commit
3f7a423aa7
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<form asp-controller="Account" asp-action="LogOff"
|
||||
method="post" id="logoutForm">
|
||||
<button type="submit" class="btn navbar-btn" >@SR["Logout"]</button>
|
||||
<input type="hidden" name="ReturnUrl" value="@Url.Action()" />
|
||||
<input type="hidden" name="ReturnUrl" value="/" />
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue