mirror of
https://github.com/bitwarden/server.git
synced 2026-02-08 01:43:15 +08:00
import ciphers, not logins
This commit is contained in:
@@ -124,6 +124,16 @@ namespace Bit.Core.Models.Api
|
||||
});
|
||||
}
|
||||
|
||||
public CipherDetails ToOrganizationCipherDetails(Guid orgId)
|
||||
{
|
||||
return ToCipherDetails(new CipherDetails
|
||||
{
|
||||
Type = Type,
|
||||
OrganizationId = orgId,
|
||||
Edit = true
|
||||
});
|
||||
}
|
||||
|
||||
public class LoginType
|
||||
{
|
||||
[EncryptedString]
|
||||
|
||||
Reference in New Issue
Block a user