Skip to content

Commit

Permalink
Merge pull request #1864 from 18F/mb-skip-handle-two-factor-auth-emai…
Browse files Browse the repository at this point in the history
…l-confirmations

Skip handle_two_factor_authentication
  • Loading branch information
monfresh authored Dec 12, 2017
2 parents b52f1f7 + d0aedce commit 25b54a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/sign_up/email_confirmations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module SignUp
class EmailConfirmationsController < ApplicationController
include UnconfirmedUserConcern

skip_before_action :handle_two_factor_authentication

def create
validate_token
end
Expand Down

0 comments on commit 25b54a8

Please sign in to comment.