mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
react to contact changes not being set from identity
This commit is contained in:
@@ -13,11 +13,11 @@ namespace Bit.Api.Models
|
||||
[StringLength(300)]
|
||||
public string Name { get; set; }
|
||||
|
||||
public Cipher ToCipher(string userId = null)
|
||||
public Cipher ToCipher(Guid userId)
|
||||
{
|
||||
return ToCipher(new Cipher
|
||||
{
|
||||
UserId = new Guid(userId)
|
||||
UserId = userId
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user