allow to disable confetti

This commit is contained in:
Pete Matsyburka
2024-03-09 23:29:59 +02:00
parent 2d0f323854
commit 633e5ac5e4
6 changed files with 39 additions and 9 deletions
@@ -8,7 +8,8 @@ class AccountConfigsController < ApplicationController
AccountConfig::ALLOW_TYPED_SIGNATURE,
AccountConfig::FORCE_MFA,
AccountConfig::ALLOW_TO_RESUBMIT,
AccountConfig::ESIGNING_PREFERENCE_KEY
AccountConfig::ESIGNING_PREFERENCE_KEY,
AccountConfig::FORM_WITH_CONFETTI_KEY
].freeze
InvalidKey = Class.new(StandardError)