{% extends 'base.html' %} {% block body %} {% if not initiation %}
{% elif not confirmation %} {% else %} {% endif %}
branding logo

Authorize Device Login

Log into a service on another device without entering your password.

{% if not initiation %} {% else %} {% endif %}
{% if confirmation %}
{% endif %} {% if not initiation %}

Start logging into a service on the other device and chose "Device Login" on the login page. Enter the displayed initiation code in the box above.

{% elif not confirmation %}

Authorize the login for service {{ initiation.description }}?

{% else %}

Enter the confirmation code on the other device and complete the login. Click Finish afterwards.

{% endif %}
{% endblock %}