Skip to content

Commit

Permalink
Merge pull request #2290 from 18F/stages/rc-2018-07-05
Browse files Browse the repository at this point in the history
Remove CSRF protection from SendNotificationsController
  • Loading branch information
monfresh authored Jul 3, 2018
2 parents 0cafde6 + 6aec953 commit 144e2fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module AccountReset
class SendNotificationsController < ApplicationController
skip_before_action :verify_authenticity_token
before_action :authorize

def update
Expand Down

0 comments on commit 144e2fe

Please sign in to comment.