<%= __('Choose method') %>

<% if (authProviders.facebook) { %> <%= __('Sign in via %s', 'Facebook') %> <% } %> <% if (authProviders.twitter) { %> <%= __('Sign in via %s', 'Twitter') %> <% } %> <% if (authProviders.github) { %> <%= __('Sign in via %s', 'GitHub') %> <% } %> <% if (authProviders.gitlab) { %> <%= __('Sign in via %s', 'GitLab') %> <% } %> <% if (authProviders.mattermost) { %> <%= __('Sign in via %s', 'Mattermost') %> <% } %> <% if (authProviders.dropbox) { %> <%= __('Sign in via %s', 'Dropbox') %> <% } %> <% if (authProviders.google) { %> <%= __('Sign in via %s', 'Google') %> <% } %> <% if (authProviders.saml) { %> <%= __('Sign in via %s', 'SAML') %> <% } %> <% if (authProviders.oauth2) { %> <%= __('Sign in via %s', authProviders.oauth2ProviderName || 'OAuth2') %> <% } %> <% if ((authProviders.facebook || authProviders.twitter || authProviders.github || authProviders.gitlab || authProviders.mattermost || authProviders.dropbox || authProviders.google || authProviders.saml || authProviders.oauth2) && authProviders.ldap) { %>
<% }%> <% if (authProviders.ldap) { %>

<%= __('Sign in via %s', authProviders.ldapProviderName ? authProviders.ldapProviderName + ' (LDAP)' : 'LDAP') %>

<% } %> <% if ((authProviders.facebook || authProviders.twitter || authProviders.github || authProviders.gitlab || authProviders.mattermost || authProviders.dropbox || authProviders.google || authProviders.ldap || authProviders.oauth2) && authProviders.openID) { %>
<% }%> <% if (authProviders.openID) { %>

<%= __('Sign in via %s', 'OpenID') %>

<% } %> <% if ((authProviders.facebook || authProviders.twitter || authProviders.github || authProviders.gitlab || authProviders.mattermost || authProviders.dropbox || authProviders.google || authProviders.ldap || authProviders.oauth2 || authProviders.openID) && authProviders.email) { %>
<% }%> <% if (authProviders.email) { %>

<%= __('Sign in via %s', 'E-Mail') %>

<% if (authProviders.allowEmailRegister) { %><% }%>
<% }%>