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

ARE YOU REGISTERED?

Register as a new user?

Note that for demo purposes you don't need to register and can login with these credentials:

User: demouser@microsoft.com

Password: Pass@word1

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