Skip to content

Commit

Permalink
Merge pull request #4137 from 18F/mitchellhenke/unsafe-eval
Browse files Browse the repository at this point in the history
add capture_mobile_back_image to unsafe-eval steps
  • Loading branch information
mitchellhenke committed Aug 27, 2020
1 parent dd5bd77 commit 80441fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/idv/capture_doc_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def add_unsafe_eval_to_capture_steps
back_image
mobile_front_image
mobile_back_image
capture_mobile_back_image
selfie
document_capture
].include?(current_step)
Expand Down
1 change: 1 addition & 0 deletions app/controllers/idv/doc_auth_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def add_unsafe_eval_to_capture_steps
back_image
mobile_front_image
mobile_back_image
capture_mobile_back_image
selfie
document_capture
]
Expand Down

0 comments on commit 80441fa

Please sign in to comment.