Browse Source

Set new_data_protection_confirmation to true

pull/1733/head
Jack S 3 years ago
parent
commit
3438807a94
  1. 2
      app/services/feature_toggle.rb

2
app/services/feature_toggle.rb

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

Loading…
Cancel
Save