added error handling

This commit is contained in:
2024-12-10 03:59:34 -08:00
parent 6ce6b9289a
commit 4caa0c8328
7 changed files with 160 additions and 23 deletions

View File

@@ -1,9 +0,0 @@
pub struct User {
pub id: uuid::Uuid,
pub real_name: String,
pub username: String,
pub email: String,
pub password_hash: String,
pub is_admin: bool,
pub created_at: chrono::NaiveDateTime,
}