refactor: move /account into vue component (#3467)

This commit is contained in:
dni ⚡
2025-11-07 18:17:15 +01:00
committed by GitHub
parent a40306f5cd
commit bd07f7a5ef
10 changed files with 1109 additions and 1076 deletions
+2
View File
@@ -106,6 +106,8 @@ def template_renderer(additional_folders: list | None = None) -> Jinja2Templates
"WEBPUSH_PUBKEY": settings.lnbits_webpush_pubkey,
"LNBITS_DENOMINATION": settings.lnbits_denomination,
"has_holdinvoice": settings.has_holdinvoice,
"LNBITS_NOSTR_CONFIGURED": settings.is_nostr_notifications_configured(),
"LNBITS_TELEGRAM_CONFIGURED": settings.is_telegram_notifications_configured(),
}
t.env.globals["WINDOW_SETTINGS"] = window_settings