Type the code that the CLI printed on your server.
{% if error %}{{ error }}
{% endif %} {% elif step == 'consent' %}Signed in as {{ user.email }}. Confirm that this device asked to connect to {{ brand_name }}.
{% if error %}{{ error }}
{% endif %}Code on the device: {{ user_code }}
{% elif step == 'result' %} {% if success %}You can close this page. The CLI will pick up the access automatically within a few seconds.
{% else %}{% if error %}{{ error }}{% else %}You denied the request. The CLI will stop polling shortly.{% endif %}
{% endif %} {% endif %}