{% extends "base.html" %} {% block content %}

⚙️ Settings

Secrets are stored on the server (in the data volume) and are never shown here once saved. Leave a password field blank to keep the current value.

{% if saved %}
✓ Settings saved.
{% endif %}
📧 Email reminders (Gmail)
🔑 Passkeys (sign-in)

Login is currently {{ 'ON' if auth_enabled else 'OFF' }}. Devices enrolled with a passkey (Touch ID / Face ID / security key):

{% if passkeys %} {% else %}

No devices enrolled yet.

{% endif %} + Add a device
{% endblock %}