ServiceUser #8

Merged
phoenix merged 4 commits from service_user into v0.3.0-migrate 2026-05-29 10:02:51 -04:00
Showing only changes of commit 210cf64d55 - Show all commits
-1
View File
@@ -19,7 +19,6 @@ pub struct User {
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct ServiceUser {
pub id: uuid::Uuid,
// TODO: Remove the omitempty tags at a later point
pub username: String,
pub passphrase: String,
pub created: Option<time::OffsetDateTime>,