mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 22:53:34 +00:00
[PM-5731] feat: implement signing
This commit is contained in:
@@ -456,7 +456,7 @@ namespace Bit.Core.Test.Services
|
||||
CredentialId = credentialId ?? Guid.NewGuid().ToString(),
|
||||
RpId = rpId ?? "bitwarden.com",
|
||||
Discoverable = discoverable.HasValue ? discoverable.ToString() : "true",
|
||||
UserHandleValue = RandomBytes(32),
|
||||
UserHandleValue = RandomBytes(32)
|
||||
}
|
||||
} : null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user