Skip to content

Commit

Permalink
feat(recaptcha): enable on eligiblity confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 14, 2022
1 parent 7e53c2f commit 4bbaf05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/eligibility/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def start(request):
@decorator_from_middleware(AgencySessionRequired)
@decorator_from_middleware(LoginRequired)
@decorator_from_middleware(RateLimit)
@decorator_from_middleware(RecaptchaEnabled)
@decorator_from_middleware(VerifierSessionRequired)
def confirm(request):
"""View handler for the eligibility verification form."""
Expand Down

0 comments on commit 4bbaf05

Please sign in to comment.