Added user module #7

Merged
phoenix merged 2 commits from user into v0.3.0-migrate 2026-05-29 09:50:59 -04:00
Showing only changes of commit 6d8c9b9252 - Show all commits
-1
View File
@@ -15,4 +15,3 @@ pub struct User {
#[serde(with = "time::serde::rfc3339::option")] #[serde(with = "time::serde::rfc3339::option")]
pub last_login: Option<time::OffsetDateTime>, pub last_login: Option<time::OffsetDateTime>,
} }