1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-12 14:10:35 -05:00

Move UserSignatureKeyPair to KM codeownership

This commit is contained in:
Bernd Schoolmann 2025-06-04 12:04:21 +02:00
parent 9e0cdf3383
commit 6f7a1d196a
No known key found for this signature in database

View File

@ -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
{