Fixes the request scheme, that's https.

This commit is contained in:
Paul Schneider 2018-12-13 17:23:12 +00:00
commit 3f7a423aa7
2 changed files with 4 additions and 4 deletions

View file

@ -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>