From e2296574acb8654ac6875926d0e788336c2fba8e Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Mon, 2 Oct 2023 20:01:49 +0200 Subject: [PATCH] test commit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index df53e33..1077f51 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,6 +101,7 @@ where } } +// register a user async fn register( DatabaseConnection(conn): DatabaseConnection, Form(form): Form,