{% import "_macros.html" as macros %} Device Authorization - NanoIDP

NanoIDP

Device Authorization
{% if success %}
{{ success }}

The device has been authorized. You can now return to your device.

{% else %} {% if error %} {% endif %}

Enter the code displayed on your device and sign in to authorize it.


{% if persona_mode %} {{ macros.persona_picker(users, "Persona login - select a user to authorize this device.", js_submit=true) }}
{% else %}
{% endif %}
This code will expire in 10 minutes
{% endif %}