{% if status.phase == PHASE_FAILED %}

{{ status.error }}

Fix
Check the connection details and the provider app's settings.
Next
Go back to the source step and start the connection again.
{% elif status.phase == PHASE_DONE %}

Connected. Moving on…

{% elif status.phase == PHASE_EXCHANGING %}

Approval received — finishing the connection…

{% elif status.phase == PHASE_CONSENT %}

Sending you to the provider's approval screen…

{% if status.authorize_url %}

Open the approval screen if you are not redirected.

{% endif %} {% else %}

Preparing the sign-in…

{% endif %}