{% extends "auth/base.html" %} {% block title %}Passkey Login - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ descriptor.name }}

Use a registered passkey to sign in without redirecting to another provider.

{% if not descriptor.is_available %} {% else %}

Create Account

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}