mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
backwards compat apis on Uri
This commit is contained in:
@ -6,6 +6,8 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
public class CipherFieldModel
|
||||
{
|
||||
public CipherFieldModel() { }
|
||||
|
||||
public CipherFieldModel(CipherFieldData data)
|
||||
{
|
||||
Type = data.Type;
|
||||
|
Reference in New Issue
Block a user