{% extends "social/loginproviders/_layout" %} {% import "_includes/forms" as forms %} {% set content %}
{{ 'Go to the {link}, create a new application or configure an existing one using the following settings:'|t('social', {link: ''~'{loginProvider} API Console'|t('social', { loginProvider: loginProvider.name })~''})|raw }}
{{ '{loginProvider} will provide you with a client ID and secret for your application.'|t('social', { loginProvider: loginProvider.name }) }}
{{ 'Copy the client ID & client secret from the {link}, paste them below, and save.'|t('social', { link: ''~'{loginProvider} API Console'|t('social', { loginProvider: loginProvider.name })~''})|raw }}
{{ 'Check the {link} for more details on how to setup OAuth.'|t('social', { link: 'documentation'})|raw }}