{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} {{#each @loginFields as |field|}} {{#let field.name field.label field.helperText as |name label helperText|}} {{or label (capitalize name)}} {{#if helperText}} {{helperText}} {{/if}} {{/let}} {{/each}}