add option to toggle single digital sign

This commit is contained in:
Pete Matsyburka
2023-12-21 23:29:06 +02:00
parent 17323074ca
commit 2562c4f432
5 changed files with 72 additions and 25 deletions
@@ -6,7 +6,8 @@ class AccountConfigsController < ApplicationController
ALLOWED_KEYS = [
AccountConfig::ALLOW_TYPED_SIGNATURE,
AccountConfig::FORCE_MFA
AccountConfig::FORCE_MFA,
AccountConfig::ESIGNING_PREFERENCE_KEY
].freeze
def create