Skip to content

Commit

Permalink
fix: use existing irma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Jan 19, 2023
1 parent 1aa4d50 commit 488b32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/code/YiviApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class YiviApi {
type: 'issuing',
credentials: [
{
credential: this.demo ? 'yivi-demo.gemeente.address' : 'yivi.gemeente.address',
credential: this.demo ? 'irma-demo.gemeente.address' : 'irma.gemeente.address',
validity: date1ytd,
attributes: {
street: brpData.Persoon.Adres.Straat,
Expand All @@ -134,7 +134,7 @@ export class YiviApi {
},
},
{
credential: this.demo ? 'yivi-demo.gemeente.personalData' : 'yivi.gemeente.personalData',
credential: this.demo ? 'irma-demo.gemeente.personalData' : 'irma.gemeente.personalData',
validity: date5ytd,
attributes: {
initials: gegevens.Voorletters,
Expand Down

0 comments on commit 488b32f

Please sign in to comment.