1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05: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))
{