We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684f55e commit 0600e90Copy full SHA for 0600e90
1 file changed
src/views/Settings/PolicyWorkbench/settings/identify-factors/index.ts
@@ -11,8 +11,8 @@ import type { PolicySettingDefinition } from '../../types'
11
export const identifyFactorsDefinition: PolicySettingDefinition<'identify_factors'> = {
12
key: 'identify_factors',
13
title: t('libresign', 'Identification factors'),
14
+ context: t('libresign', 'Identity matrix'),
15
description: t('libresign', 'Configure which factors identify signers and how each factor maps to signature methods.'),
- menuHint: t('libresign', 'Complex matrix example with nested options per factor and fallback behavior.'),
16
editor: IdentifyFactorsRuleEditor,
17
createEmptyValue: () => ({
18
enabled: true,
0 commit comments