@Html.Partial("_ValidationSummary")
@if (Model.EnableLocalLogin)
{
}
@if (Model.ExternalProviders.Any())
{
}
@if (!Model.EnableLocalLogin && !Model.ExternalProviders.Any())
{
Invalid login request
There are no login schemes configured for this client.
}