mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
user: Rename user_type to principal_type
This commit is contained in:
@@ -41,7 +41,7 @@ pub struct User {
|
||||
pub id: String,
|
||||
pub displayname: Option<String>,
|
||||
#[serde(default)]
|
||||
pub user_type: PrincipalType,
|
||||
pub principal_type: PrincipalType,
|
||||
pub password: Option<String>,
|
||||
#[serde(default)]
|
||||
pub app_tokens: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user