allow to disable resubmit button

This commit is contained in:
Pete Matsyburka
2024-01-30 17:03:58 +02:00
parent 87f036ad88
commit 7a3e89c4d8
5 changed files with 16 additions and 2 deletions
@@ -7,6 +7,7 @@ class AccountConfigsController < ApplicationController
ALLOWED_KEYS = [
AccountConfig::ALLOW_TYPED_SIGNATURE,
AccountConfig::FORCE_MFA,
AccountConfig::ALLOW_TO_RESUBMIT,
AccountConfig::ESIGNING_PREFERENCE_KEY
].freeze