mirror of
https://github.com/bitwarden/server.git
synced 2025-06-07 19:50:32 -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 dbContext = GetDatabaseContext(scope);
|
||||||
var entity = new Models.UserSignatureKeyPair
|
var entity = new Models.UserSignatureKeyPair
|
||||||
{
|
{
|
||||||
Id = Guid.NewGuid(),
|
Id = CoreHelpers.GenerateComb(),
|
||||||
UserId = userId,
|
UserId = userId,
|
||||||
SignatureAlgorithm = signingKeys.SignatureAlgorithm,
|
SignatureAlgorithm = signingKeys.SignatureAlgorithm,
|
||||||
SigningKey = signingKeys.WrappedSigningKey,
|
SigningKey = signingKeys.WrappedSigningKey,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user