mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Fix sharing the item to organization.
This commit is contained in:
		| @@ -221,7 +221,7 @@ pub fn update_cipher_from_data( | ||||
|     nt: &Notify, | ||||
|     ut: UpdateType, | ||||
| ) -> EmptyResult { | ||||
|     if cipher.organization_uuid != data.OrganizationId { | ||||
|     if cipher.organization_uuid.is_some() && cipher.organization_uuid != data.OrganizationId { | ||||
|         err!("Organization mismatch. Please resync the client before updating the cipher") | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user