remove deprecated code

This commit is contained in:
Kyle Spearrin
2017-10-06 15:29:36 -04:00
parent 78f18cac17
commit 91e1c5878c
6 changed files with 4 additions and 380 deletions

View File

@@ -32,23 +32,6 @@ namespace Bit.Core.Models.Api
public CardType Card { get; set; }
public SecureNoteType SecureNote { get; set; }
[Obsolete("Use Login property")]
[EncryptedString]
[StringLength(10000)]
public string Uri { get; set; }
[Obsolete("Use Login property")]
[EncryptedString]
[StringLength(1000)]
public string Username { get; set; }
[Obsolete("Use Login property")]
[EncryptedString]
[StringLength(1000)]
public string Password { get; set; }
[Obsolete("Use Login property")]
[EncryptedString]
[StringLength(1000)]
public string Totp { get; set; }
public CipherDetails ToCipherDetails(Guid userId)
{
var cipher = new CipherDetails