mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
remove noOrg param
This commit is contained in:
@ -33,7 +33,7 @@ namespace Bit.Core.Models.Api
|
|||||||
public IdentityType Identity { get; set; }
|
public IdentityType Identity { get; set; }
|
||||||
public SecureNoteType SecureNote { get; set; }
|
public SecureNoteType SecureNote { get; set; }
|
||||||
|
|
||||||
public CipherDetails ToCipherDetails(Guid userId, bool noOrg = false)
|
public CipherDetails ToCipherDetails(Guid userId)
|
||||||
{
|
{
|
||||||
var cipher = new CipherDetails
|
var cipher = new CipherDetails
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user