{% extends "base.html" %} {% block title %}Verify Device{% endblock %} {% block content %}

Verify Device

{% if success %}

Device authorized successfully. You can close this window and return to your terminal.

{% else %} {% if error %}

{{ error }}

{% endif %} {% if review_request %}

Default is 1 hour. After it expires, the app will need a new authorization.

Enter a different code

{% else %}

Enter the code shown on your device to review what it is requesting.

{% endif %} {% endif %}
{% endblock %}