Skip to content

Commit

Permalink
Reset access failed and reset key for user
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdewid committed Apr 25, 2024
1 parent 3b59800 commit 1498672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FunderMaps.Core/Services/SignInService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private async Task<ClaimsIdentity> CreateClaimsIdentityAsync(User user, string a
}

await userRepository.ResetAccessFailed(user.Id);
await userRepository.ResetResetKey(user.Id);
await userRepository.RegisterAccess(user.Id);

var claims = new List<Claim>
Expand Down

0 comments on commit 1498672

Please sign in to comment.