Skip to content

Commit

Permalink
1.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton-ashley committed Aug 29, 2024
1 parent 716d854 commit 3c4bfec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions account/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<input type="text" name="requiredAttributes[family_name]" class="form-control inputField-customizable"
required="" aria-label="School" placeholder="School / Company" onchange="checkIfValid();" id="school" />

<select class="form-control inputField-customizable" required="" aria-label="Country" id="country"
onchange="checkIfValid();">
<select name="requiredAttributes[address]" class="form-control inputField-customizable" required=""
aria-label="Country" id="country" onchange="checkIfValid();">
<option value="" label="Country" hidden>Country</option>
<option value="AU" label="Australia">Australia</option>
<option value="JP" label="Japan">Japan</option>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"version": "git add -A",
"postversion": "git push"
},
"version": "1.11.15"
"version": "1.11.16"
}

0 comments on commit 3c4bfec

Please sign in to comment.