mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
Remove accidentally pushed code
This commit is contained in:
@@ -14,10 +14,6 @@ pub struct User {
|
||||
pub password: Option<String>,
|
||||
#[serde(default)]
|
||||
pub app_tokens: Vec<String>,
|
||||
#[serde(default)]
|
||||
pub groups: Vec<String>,
|
||||
#[serde(skip)]
|
||||
pub inherited_groups: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Display)]
|
||||
|
||||
Reference in New Issue
Block a user