mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
cipher details public
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
|||||||
|
|
||||||
namespace Core.Models.Data
|
namespace Core.Models.Data
|
||||||
{
|
{
|
||||||
class CipherDetails
|
public class CipherDetails
|
||||||
{
|
{
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
public Guid? UserId { get; set; }
|
public Guid? UserId { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user