1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +00:00

restore new change pass and email apis

This commit is contained in:
Kyle Spearrin
2017-05-03 10:12:13 -04:00
parent c1123b1959
commit 848e94ad56
4 changed files with 8 additions and 82 deletions

View File

@@ -59,17 +59,6 @@ namespace Bit.Core.Models.Api
return existingCipher;
}
[Obsolete]
public Folder ToFolder(Guid userId)
{
return new Folder
{
Id = new Guid(Id),
UserId = userId,
Name = Name
};
}
}
public class CipherShareRequestModel : IValidatableObject