parent
7caac94d97
commit
431d2e7a97
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue