Skip to content

Commit 2db2df2

Browse files
committed
Move to getVciEnabled
1 parent a15fc8a commit 2db2df2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/module_oidc.php.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ $config = [
674674
*
675675
* The format is the same as for the protocol (Connect) signature key pairs
676676
* (option ModuleConfig::OPTION_PROTOCOL_SIGNATURE_KEY_PAIRS)
677+
*
678+
* NOTE: for the time being, only one key-pair is supported.
677679
*/
678680
ModuleConfig::OPTION_VCI_SIGNATURE_KEY_PAIRS => [
679681
[

templates/config/verifiable-credential.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block oidcContent %}
66
<p>
77
{{ 'Verifiable Credential Enabled'|trans }}:
8-
{{ moduleConfig.getVerifiableCredentialEnabled ? 'Yes'|trans : 'No'|trans }}
8+
{{ moduleConfig.getVciEnabled ? 'Yes'|trans : 'No'|trans }}
99
</p>
1010

1111
<h4>{{ 'Entity'|trans }}</h4>

0 commit comments

Comments
 (0)