{% extends "layouts/default.html" %} {% block content %}

Login

{% if let Some(redirect_uri) = redirect_uri %}

and redirect to {{redirect_uri}}

{% endif %} {% if allow_password_login %}


{% if let Some(redirect_uri) = redirect_uri %} {% endif %}
{% endif %} {% if let Some(OidcProviderData {name, redirect_url}) = oidc_data %}
{% if let Some(redirect_uri) = redirect_uri %} {% endif %}
{% endif %} {% if !allow_password_login && oidc_data.is_none() %}

No login method available

{% endif %}
{% endblock %}