@model LoginViewModel @{ Layout = null; } IdentityServer4
@if (Model.EnableLocalLogin) {

Login

@* *@
@if (Model.AllowRememberLogin) {
}
} @if (Model.VisibleExternalProviders.Any()) {

External Account

} @if (!Model.EnableLocalLogin && !Model.VisibleExternalProviders.Any()) {
Invalid login request There are no login schemes configured for this request.
}