{% extends "base.html" %} {% block title %}Logged in!{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

I want to login to this browser

Click here to login automatically

I am on a mobile device

Your one-time code is: {{ code }}

You have 5 minutes to use this code on any device.
The code can only be used once.

Please type the code into your app manually. If you don't see a code input, select 'Login with OpenID Connect (SSO)' first.

{% endblock %}