{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ 'パスワードの再発行(メール送信)'|trans }}</h1>
</div>
</div>
<div class="ec-forgetCompleteRole">
<div class="ec-off3Grid ec-text-ac">
<div class="ec-off3Grid__cell">
<div class="ec-reportHeading">
<h2>{{ 'パスワード再発行メールの送信が完了しました。'|trans }}</h2>
<p><a class="ec-link" href="https://flap-shop.com/mypage/login">{{ 'ログイン画面へ戻る'|trans }}</a></p>
</div>
<p class="ec-reportDescription">{{ 'ご登録メールアドレスにパスワードを再発行するためのメールを送信いたしました。
メールの内容をご確認いただきますよう、お願いいたします。
※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
'|trans }}</p>
</div>
</div>
</div>
{% endblock %}