connect_success.html.twig 389 B

123456789
  1. {% extends 'HWIOAuthBundle::layout.html.twig' %}
  2. {% block hwi_oauth_content %}
  3. <div class="col-xs-12">
  4. <h2 class="title">GitHub Login</h2>
  5. <p>{{ 'header.success' | trans({'%name%': userInformation.realName}, 'HWIOAuthBundle') }}</p>
  6. <p>Continue to <a href="{{ path('fos_user_profile_show') }}">your profile</a>.</p>
  7. </div>
  8. {% endblock hwi_oauth_content %}