mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 02:08:20 +02:00 
			
		
		
		
	Fix cipher creation on new android app (#4670)
This commit is contained in:
		| @@ -797,7 +797,9 @@ async fn post_collections_admin( | ||||
| #[derive(Deserialize)] | ||||
| #[serde(rename_all = "camelCase")] | ||||
| struct ShareCipherData { | ||||
|     #[serde(alias = "Cipher")] | ||||
|     cipher: CipherData, | ||||
|     #[serde(alias = "CollectionIds")] | ||||
|     collection_ids: Vec<String>, | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user