add require file links auth toggle

This commit is contained in:
Pete Matsyburka
2024-04-15 19:58:24 +03:00
parent 652b0da021
commit fc679bcd72
6 changed files with 43 additions and 8 deletions
@@ -9,7 +9,8 @@ class AccountConfigsController < ApplicationController
AccountConfig::FORCE_MFA,
AccountConfig::ALLOW_TO_RESUBMIT,
AccountConfig::ESIGNING_PREFERENCE_KEY,
AccountConfig::FORM_WITH_CONFETTI_KEY
AccountConfig::FORM_WITH_CONFETTI_KEY,
AccountConfig::DOWNLOAD_LINKS_AUTH_KEY
].freeze
InvalidKey = Class.new(StandardError)