Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix property names
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Feb 21, 2022
1 parent 7640ed4 commit 9021dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/success.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
<br>
<span>
<i class="bi bi-check"></i>
Given names: {{data.credentialSubject.givenNames}}
Given names: {{data.credentialSubject.givenName}}
</span>
<br>
<span>
<i class="bi bi-check"></i>
Date of birth: {{data.credentialSubject.dateOfBirth}}
Date of birth: {{data.credentialSubject.birthDate}}
</span>
<br>
<span>
Expand Down

0 comments on commit 9021dc5

Please sign in to comment.