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:
parent
b83070a925
commit
93292aa505
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user