wip: login, auth working, still need refactoring

This commit is contained in:
2024-07-16 07:27:26 +02:00
parent c78e386645
commit 402585f968
16 changed files with 127 additions and 51 deletions

View File

@@ -2,7 +2,3 @@ pub struct User {
pub id: i32,
pub username: String,
}
pub struct NewUser<'a> {
pub username: &'a str,
}