fix js errors

This commit is contained in:
2023-10-24 11:01:35 +02:00
parent beb5f3a217
commit 8f28553608
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ async fn index(db: &State<SqlitePool>, user: NonGuestUser) -> Template {
Template::render(
"stat",
context!(loggedin_user: &user, stat, personal, kiosk),
context!(loggedin_user: &user.user, stat, personal, kiosk),
)
}