@@ -103,7 +103,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
oldPwd = await _userRepository.Where(x => x.Id == userId).Select(x => x.Password).FirstOrDefaultAsync();
|
||||
}
|
||||
|
||||
if (!oldPwd.IsNotNullOrEmpty())
|
||||
if (oldPwd.IsNotNullOrEmpty())
|
||||
{
|
||||
await _userPassWordLogRepository.AddAsync(new UserPassWordLog()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user