1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-07 11:40:31 -05:00

Switch to generatecomb

This commit is contained in:
Bernd Schoolmann 2025-06-06 12:10:00 +02:00
parent b83070a925
commit 93292aa505
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ public class UserSignatureKeyPairRepository : Repository<Core.KeyManagement.Enti
var dbContext = GetDatabaseContext(scope);
var entity = new Models.UserSignatureKeyPair
{
Id = Guid.NewGuid(),
Id = CoreHelpers.GenerateComb(),
UserId = userId,
SignatureAlgorithm = signingKeys.SignatureAlgorithm,
SigningKey = signingKeys.WrappedSigningKey,