{% extends "base.html" %} {% block title %}Device pairing - Invincible{% endblock %} {% block content %}

Device pairing request

A CLI is requesting an Invincible API key for {{ email }}. Approve only if you initiated this.

Code: {{ user_code }}

Machine fingerprint: {{ fingerprint }}
Must match the fingerprint printed by the terminal that started this request. A mismatch means the code belongs to a different machine - deny it.

 
{% if error %}

{{ error }}

{% endif %} {% endblock content %}