Skip to content

Commit

Permalink
Remove readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Oct 26, 2023
1 parent 57f5df9 commit 5b2879b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public class ReCaptchaLoginFilter : IAsyncResultFilter
private readonly ISiteService _siteService;
private readonly ReCaptchaService _reCaptchaService;
private readonly IShapeFactory _shapeFactory;
private readonly ReCaptchaSettings _reCaptchaSettings;

private ReCaptchaSettings _reCaptchaSettings;

public ReCaptchaLoginFilter(
ILayoutAccessor layoutAccessor,
Expand Down

0 comments on commit 5b2879b

Please sign in to comment.