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

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

{% if current_user.is_admin %}

{{ _('Configure OAuth credentials from Intuit Developer Dashboard.') }}

{% endif %}

{{ _('After saving OAuth credentials, you will need to connect your QuickBooks account via OAuth.') }}

{% endblock %} {% block wizard_js %} {% endblock %}