Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/templates/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/templates/signIn.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @var $block \Magento\AdobeIms\Block\Adminhtml\SignIn
 */
?>
<div data-bind="scope: 'adobe-login'" class="adobe-login-container">
    <!-- ko template: getTemplate() --><!-- /ko -->
</div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                    "adobe-login": <?= /* @noEscape */ $block->getComponentJsonConfig() ?>
                }
            }
        }
    }
</script>