{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}
{{#each @message.formFields as |attr|}} {{#if (and (eq attr.name "message") (not @message.authenticated))}} Note: Do not include sensitive information in this message since users are unauthenticated at this stage. {{/if}} {{/each}}
{{#if this.showMultipleModalsMessage}} Warning: more than one modal {{if @message.authenticated "after the user logs in" "on the login page"}} You have an active modal configured {{if @message.authenticated "after the user logs in" "on the login page"}} and are trying to create another one. It is recommended to avoid having more than one modal at once as it can be intrusive for users. Would you like to continue creating your message? Click “Confirm” to continue. {{/if}}
{{#if this.showMessagePreviewModal}} {{#if (eq @message.type "modal")}} {{@message.title}} {{#each (new-line-split @message.message) as |msg|}} {{#if (eq msg "")}}
{{else}}
{{msg}}
{{/if}} {{/each}} {{#unless (is-empty-value @message.link)}} {{#each-in @message.link as |title href|}} {{title}} {{/each-in}} {{/unless}}
{{else}} {{/if}} {{/if}}