{% extends "base.html" %} {% block title %}OIDC Login{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% if code %}

Please login to Home Assistant on another device and enter this code when asked:

{{ code }}

The login will continue automatically when you complete the login on your other device. Please keep the app open.

{% else %}
Login with {{ name }}
{% endif %} {% if other_link %}

Use alternative sign-in method

{% endif %}
{% endblock %}