Skip to content

Commit

Permalink
Merge pull request #6 from gunet/update-non-selectables
Browse files Browse the repository at this point in the history
added issuing_authority to the non-selectable fields in the selectable presentation
  • Loading branch information
kkmanos authored Aug 27, 2024
2 parents 2b3ec06 + 61c98c0 commit 450c503
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions views/verifier/selectable_presentation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ block layout-content
input(type='checkbox' id="issuing_country" name='fields' value='issuing_country' checked disabled)
label(for='issuing_country') Issuing Country
input(type='hidden' name='fields' value='issuing_country')
.checkbox
input(type='checkbox' id="issuing_authority" name='fields' value='issuing_authority' checked disabled)
label(for='issuing_authority') Issuing Authority
input(type='hidden' name='fields' value='issuing_authority')
.checkbox
input(type='checkbox' id="given_name" name='fields' value='given_name')
label(for='given_name') Given Name
Expand All @@ -22,8 +26,6 @@ block layout-content
.checkbox
input(type='checkbox' id="birthdate" name='fields' value='birthdate')
label(for='birthdate') BirthDate
.checkbox
input(type='checkbox' id="issuing_authority" name='fields' value='issuing_authority')
label(for='issuing_authority') Issuing Authority

button.btn.btn-primary(type='submit') Present
link(rel="stylesheet" href="/styles/scan-qr-verifier.css")

0 comments on commit 450c503

Please sign in to comment.