Skip to content

Commit

Permalink
Rename dateOfBirth to birtdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pstamatop committed Apr 9, 2024
1 parent 758a805 commit f1339da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/verifier/selectable_presentation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ block layout-content
input(type='checkbox' id="personalIdentifier" name='fields' value='personalIdentifier')
label(for='personalIdentifier') Personal Identifier
.checkbox
input(type='checkbox' id="dateOfBirth" name='fields' value='dateOfBirth')
label(for='dateOfBirth') Date of Birth
input(type='checkbox' id="birthdate" name='fields' value='birthdate')
label(for='birthdate') Date of Birth
button.btn.btn-primary(type='submit') Present
link(rel="stylesheet" href="/styles/scan-qr-verifier.css")

0 comments on commit f1339da

Please sign in to comment.