Adding Login history #9

Merged
phoenix merged 2 commits from login_history into v0.3.0-migrate 2026-05-29 21:41:40 -04:00
Showing only changes of commit 21074103a6 - Show all commits
-1
View File
@@ -28,7 +28,6 @@ pub struct ServiceUser {
pub last_login: Option<time::OffsetDateTime>,
}
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct UserLoginHistory {
pub id: uuid::Uuid,