Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
ronangr1 committed Apr 9, 2024
1 parent b12a174 commit 519e51f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions view/frontend/templates/form/register.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ $formData = $block->getFormData();
<button type="submit"
class="action submit primary"
title="<?= $escaper->escapeHtmlAttr(__('Create an Account')) ?>"
id="send2"
<?php if ($block->getButtonLockManager()->isDisabled('customer_create_form_submit')): ?>
disabled="disabled"
<?php endif; ?>>
id="send2">
<span><?= $escaper->escapeHtml(__('Create an Account')) ?></span>
</button>
</div>
Expand Down

0 comments on commit 519e51f

Please sign in to comment.