Browse Source

Set new_data_protection_confirmation to true (#1733)

pull/1737/head
Jack 2 years ago committed by GitHub
parent
commit
fe047c0633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

@ -31,6 +31,6 @@ class FeatureToggle
end end
def self.new_data_protection_confirmation? def self.new_data_protection_confirmation?
!Rails.env.production? true
end end
end end

Loading…
Cancel
Save