mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-05 02:51:25 +02:00
Org.put_policy type not in body anymore (#6514)
Co-authored-by: Timshel <timshel@480s>
This commit is contained in:
parent
f0e79fd391
commit
76d0856bbe
1 changed files with 0 additions and 2 deletions
|
|
@ -2057,8 +2057,6 @@ async fn get_policy(org_id: OrganizationId, pol_type: i32, headers: AdminHeaders
|
|||
#[derive(Deserialize)]
|
||||
struct PolicyData {
|
||||
enabled: bool,
|
||||
#[serde(rename = "type")]
|
||||
_type: i32,
|
||||
data: Option<Value>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue