"> Note: This authentication provider will not be enabled if the key or secret are missing. Please make sure that you enter your key and secret correctly.
<%= admin_config_label :"#{provider.provider_name}_key" %>

<%= Constants::SiteConfig::DETAILS[:"#{provider.provider_name}_key"][:description] %>

<%= f.text_field :"#{provider.provider_name}_key", class: "crayons-textfield", value: SiteConfig.public_send("#{provider.provider_name}_key"), placeholder: Constants::SiteConfig::DETAILS[:"#{provider.provider_name}_key"][:placeholder] %>
<%= admin_config_label :"#{provider.provider_name}_secret" %>

<%= Constants::SiteConfig::DETAILS[:"#{provider.provider_name}_secret"][:description] %>

<%= f.text_field :"#{provider.provider_name}_secret", class: "crayons-textfield", value: SiteConfig.public_send("#{provider.provider_name}_secret"), placeholder: Constants::SiteConfig::DETAILS[:"#{provider.provider_name}_secret"][:placeholder] %>

<% if authentication_enabled_providers.include?(provider) %> <% else %> <% end %>