Skip to content

Commit 1a19916

Browse files
committed
DPP-89: email -> emailAddress
1 parent 1172ba0 commit 1a19916

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/agent/conf/demos/dbc/templates/dbc/DBCConferenceAttendee.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"credentialSubject": {
1111
"firstName": "{{firstName}}",
1212
"lastName": "{{lastName}}",
13-
"email": "{{email}}",
13+
"email": "{{emailAddress}}",
1414
"event": {
1515
"name": "DBC Conference 2023",
1616
"date": "2023-06-26"

packages/oid4vci-demo-frontend/src/configs/dbc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
],
135135
[
136136
{
137-
"id": "email",
138-
"key": "email",
137+
"id": "emailAddress",
138+
"key": "emailAddress",
139139
"label": "ssi_information_request_page_form_email_label",
140140
"type": "text",
141141
"required": true

0 commit comments

Comments
 (0)