{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user) }} {% endblock %} {% block page %}

Password Settings

Update Password

Account Settings

Check email using:
{% if "google-auth" in LNBITS_AUTH_METHODS %}
Google
{%endif%} {% if "github-auth" in LNBITS_AUTH_METHODS %}
GitHub
{%endif%}
Update Account

Account

{% endblock %}