A11Y: Remove dupe label on signup confirm field (#15212)

This commit is contained in:
Penar Musaraj 2021-12-07 11:40:00 -05:00 committed by GitHub
parent 3fec579ede
commit 03b0c9f267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{{#if this.field.name}}
<label class="control-label" for={{concat "user-" this.elementId}}>
<label class="control-label">
{{html-safe this.field.name}} {{#if this.field.required}}<span class="required">*</span>{{/if}}
</label>
{{/if}}