@using System.Collections.Generic @using Microsoft.AspNetCore.Http @using Microsoft.AspNetCore.Http.Authentication @model Squidex.Controllers.UI.Account.LoginVM
@foreach (var provider in Model.ExternalProviders) { @provider.AuthenticationScheme }