Skip to content

Commit

Permalink
Merge pull request #295 from cqueern/patch-1
Browse files Browse the repository at this point in the history
Update membership.md
  • Loading branch information
vanderaj authored Sep 3, 2024
2 parents 9d0f378 + c4732c7 commit 298b961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ maintenance_message: We are currently experiencing issues with our Membership po
<h3>Your Information</h3>
<h4>If renewing, please use the same email address you used originally when joining. Not sure? Log into the <a href="https://members.owasp.org/">Membership Portal</a></h4>
<div>
<input type="text" v-model="email" aria-label="Email Address"
<input type="email" v-model="email" aria-label="Email Address"
placeholder="Member Email Address" />
<div class="error-text" v-if="errors.email">
{{ errors.email[0] }}
</div>
</div>
<div>
<input type="text" v-model="email_confirm" aria-label="Confirm Email
<input type="email" v-model="email_confirm" aria-label="Confirm Email
Address" placeholder="Confirm Member Email Address" />
<div class="error-text" v-if="errors.email_confirm">
{{ errors.email_confirm[0] }}
Expand Down

0 comments on commit 298b961

Please sign in to comment.