{% extends 'base.html' %} {% block body %}
branding logo

Device Login

Use a login session on another device (e.g. your laptop) to log into a service without entering your password.

{% if initiation %}

Open {{ url_for('session.deviceauth', _external=True) }} on the other device and enter the initiation code there. Then enter the confirmation code in the box above.

{% endif %}
{% endblock %}