@model LoginViewModel @{ ViewBag.Title = "Login"; } @if (!string.IsNullOrEmpty(Model.ReturnUrl)) {
Please log in to perform that action
} @if (Model.FailedAttempt) {
Could not log in with those credentials
}