mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
small fixes
This commit is contained in:
@@ -178,11 +178,6 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
|
||||
public Task UpdateUserEmailPasswordAndCiphersAsync(User user, IEnumerable<Cipher> ciphers, IEnumerable<Folder> folders)
|
||||
{
|
||||
if(ciphers.Count() == 0)
|
||||
{
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
using(var connection = new SqlConnection(ConnectionString))
|
||||
{
|
||||
connection.Open();
|
||||
|
||||
Reference in New Issue
Block a user