1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00:00

cipher details create/update

This commit is contained in:
Kyle Spearrin
2017-03-18 23:41:46 -04:00
parent 3d5437e238
commit 26b553c248
16 changed files with 159 additions and 44 deletions

View File

@@ -27,7 +27,7 @@ namespace Bit.Core.Services
_pushService = pushService;
}
public async Task SaveAsync(Cipher cipher)
public async Task SaveAsync(CipherDetails cipher)
{
if(cipher.Id == default(Guid))
{