Register endpoint #16

Merged
phoenix merged 56 commits from register_endpoint-init into devel 2025-04-05 19:26:59 +00:00
Showing only changes of commit aa42fead5d - Show all commits

View File

@@ -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(),
};