|
|
|
@ -21,9 +21,7 @@ |
|
|
|
<p>@L["LongWelcomeMessage"]</p> |
|
|
|
@if (!CurrentUser.IsAuthenticated) |
|
|
|
{ |
|
|
|
<form method="POST"> |
|
|
|
<input type="submit" asp-page-handler="Login" value="LOGIN" class="btn btn-login" /> |
|
|
|
</form> |
|
|
|
<a abp-button="Primary" href="~/Account/Login" class="px-4"><i class="fa fa-sign-in"></i> @L["Login"]</a> |
|
|
|
} |
|
|
|
<hr /> |
|
|
|
<p class="text-right"><a href="https://abp.io?ref=tmpl" target="_blank">abp.io</a></p> |
|
|
|
|