mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 05:55:13 -05:00
10 lines
182 B
C#
10 lines
182 B
C#
using Bit.Core.Models.Table;
|
|
|
|
namespace Core.Models.Data
|
|
{
|
|
public class CipherOrganizationDetails : Cipher
|
|
{
|
|
public bool OrganizationUseTotp { get; set; }
|
|
}
|
|
}
|