mirror of
https://github.com/bitwarden/server.git
synced 2025-06-13 14:30:50 -05:00
Move UserSignatureKeyPair to KM codeownership
This commit is contained in:
parent
9e0cdf3383
commit
6f7a1d196a
@ -1,10 +1,11 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Utilities;
|
||||
|
||||
#nullable enable
|
||||
|
||||
namespace Bit.Core.Entities;
|
||||
namespace Bit.Core.KeyManagement.Entities;
|
||||
|
||||
public class UserSignatureKeyPair : ITableObject<Guid>, IRevisable
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user