mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00: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