1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

cipher details public

This commit is contained in:
Kyle Spearrin 2017-03-18 00:01:26 -04:00
parent 3932ed5d67
commit 3bc46f4318

View File

@ -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; }