Compare commits
No commits in common. "238629fde6c0deb7eb70d791e323255c0da6903e" and "8da5fe8e267575018ffa4af0f43cdae42c322472" have entirely different histories.
238629fde6
...
8da5fe8e26
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ pub struct UserWithoutPassword {
|
|||
id: Uuid,
|
||||
name: String,
|
||||
email: String,
|
||||
admin: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
@ -36,7 +35,6 @@ impl From<entity::user::Model> for UserWithoutPassword {
|
|||
id: value.id,
|
||||
name: value.name,
|
||||
email: value.email,
|
||||
admin: value.admin,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue