@using System.Collections.Generic @using Microsoft.AspNetCore.Http @using Microsoft.AspNetCore.Http.Authentication @model eShopOnContainers.Identity.Models.AccountViewModels.LoginViewModel @{ ViewData["Title"] = "Log in"; }

ARE YOU REGISTERED?

Register as a new user?

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }