mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
collection service
This commit is contained in:
@@ -33,9 +33,9 @@ namespace Bit.Core.Models.Domain
|
||||
public string ExternalId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
|
||||
public Task<CollectionView> DecryptAsync(string orgId)
|
||||
public Task<CollectionView> DecryptAsync()
|
||||
{
|
||||
return DecryptObjAsync(new CollectionView(this), this, new HashSet<string> { "Name" }, orgId);
|
||||
return DecryptObjAsync(new CollectionView(this), this, new HashSet<string> { "Name" }, OrganizationId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user