Skip to content

Commit

Permalink
ASC.Web.Api: AuthenticationController: fixed warning (primary constru…
Browse files Browse the repository at this point in the history
…ctor parameter isn't read)
  • Loading branch information
andreysavihin committed Dec 3, 2024
1 parent baa6bce commit 36dfb94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/ASC.Web.Api/Api/AuthenticationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public class AuthenticationController(
DbLoginEventsManager dbLoginEventsManager,
BruteForceLoginManager bruteForceLoginManager,
TfaAppAuthSettingsHelper tfaAppAuthSettingsHelper,
ILogger<AuthenticationController> logger,
InvitationService invitationService,
LoginProfileTransport loginProfileTransport,
IMapper mapper)
Expand Down

0 comments on commit 36dfb94

Please sign in to comment.