login_buttons.phtml 311 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <div class="actions">
  8. <button
  9. <?php $block->getUiId(); ?>
  10. class="action-login action-primary">
  11. <span><?= /* @escapeNotVerified */ __('Sign in') ?></span>
  12. </button>
  13. </div>