mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00: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