diff --git a/src/callers/register.rs b/src/callers/register.rs index b8f53d8..fa45994 100644 --- a/src/callers/register.rs +++ b/src/callers/register.rs @@ -48,7 +48,7 @@ pub async fn register_user( status: String::from("Active"), email_verified: true, date_created: String::from("2025-01-01 12:00:00"), - last_login: String::from("nil"), + last_login: String::new(), salt_id: uuid::Uuid::nil(), };