{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: OAuth Setup') }}

{% if current_user.is_admin %}

{{ _('Create a GitHub OAuth App in Settings → Developer settings → OAuth Apps.') }}

{% endif %}

{{ _('OAuth Redirect URI') }}

{{ url_for('integrations.oauth_callback', provider='github', _external=True) }}
{% endblock %} {% block wizard_js %} {% endblock %}