wip: login, auth working, still need refactoring
This commit is contained in:
@@ -2,7 +2,3 @@ pub struct User {
|
||||
pub id: i32,
|
||||
pub username: String,
|
||||
}
|
||||
|
||||
pub struct NewUser<'a> {
|
||||
pub username: &'a str,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user