2022-07-15 15:44:26 +03:00
|
|
|
<div class="modal-content" data-test-modal="confirm-email">
|
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Confirm email address</h1>
|
|
|
|
</header>
|
2023-01-04 12:39:32 +03:00
|
|
|
<button type="button" class="close" title="Close" {{on "click" @close}}>{{svg-jar "close"}}<span
|
2022-07-15 15:44:26 +03:00
|
|
|
class="hidden">Close</span></button>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
|
|
|
We've sent a confirmation email to <strong>{{@data.newEmail}}</strong>.
|
|
|
|
Until verified, your support address will remain {{full-email-address (or @data.currentEmail
|
|
|
|
"noreply")}}.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="gh-btn" data-test-button="confirm-email" {{on "click" @close}} {{on-key "Enter" }}>
|
|
|
|
<span>Ok</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|