Remove accidentally pushed code

This commit is contained in:
Lennart
2025-02-02 10:31:34 +01:00
parent 75e2d82432
commit d67efd8feb
3 changed files with 1 additions and 7 deletions

View File

@@ -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)]