@model ContactManagementAPI.ViewModels.LoginViewModel @{ ViewData["Title"] = "Login"; }

Sign In

@Html.AntiForgeryToken()
@if (!ViewData.ModelState.IsValid) {
Please check your credentials and try again.
}
@section Scripts { }