Skip to content

Commit

Permalink
[PM-3807] fix: remove standadlone Fido2Key property that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Sep 11, 2023
1 parent 938d380 commit f6b5530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Vault/Models/Request/CipherRequestModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class CipherRequestModel
public CipherCardModel Card { get; set; }
public CipherIdentityModel Identity { get; set; }
public CipherSecureNoteModel SecureNote { get; set; }
public CipherFido2KeyModel Fido2Key { get; set; }
public DateTime? LastKnownRevisionDate { get; set; } = null;

public CipherDetails ToCipherDetails(Guid userId, bool allowOrgIdSet = true)
Expand Down

0 comments on commit f6b5530

Please sign in to comment.