feat: improved ingress form and account settings

This commit is contained in:
Per Stark
2025-01-22 08:53:23 +01:00
parent 14e548c26f
commit d6a2139f4c
7 changed files with 56 additions and 41 deletions

View File

@@ -17,7 +17,7 @@ use crate::{
use super::render_block;
page_data!(AccountData, "auth/account.html", {
page_data!(AccountData, "auth/account_settings.html", {
user: User
});