start working on frontend
Some checks failed
CI/CD Pipeline / test (push) Failing after 9m22s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-10-11 09:58:53 +02:00
parent f8f18def90
commit 91bf71cf00
4 changed files with 38 additions and 5 deletions

View File

@@ -293,6 +293,8 @@ async fn update(
data: Form<UserEditForm<'_>>,
admin: ManageUserUser,
) -> Flash<Redirect> {
println!("{data:#?}");
let user = User::find_by_id(db, data.id).await;
Log::create(
db,