mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
additional identity fields
This commit is contained in:
@ -92,7 +92,7 @@ namespace Bit.Api.Controllers
|
||||
IEnumerable<CipherDetails> ciphers;
|
||||
if(type.HasValue)
|
||||
{
|
||||
ciphers = await _cipherRepository.GetManyByTypeAndUserIdAsync(Core.Enums.CipherType.Login, userId);
|
||||
ciphers = await _cipherRepository.GetManyByTypeAndUserIdAsync(type.Value, userId);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user