<p class="cs-t-text cs-t-text--look_light">
    <?php /* @escapeNotVerified */ echo __('You have signed out and will go to our homepage in 5 seconds.') ?>
</p>
<script>
    require([
        "jquery",
        "mage/mage"
    ], function($){

        $($.mage.redirect("<?php /* @escapeNotVerified */ echo $block->getUrl() ?>", "assign", 5000));

    });
</script>
