doughnut-wedding/app/Resources/HWIOAuthBundle/views/Connect/connect_success.html.twig

10 lines
420 B
Twig
Raw Normal View History

2017-05-05 22:49:54 -07:00
{% extends 'base.html.twig' %}
2017-04-09 18:08:01 -07:00
2017-05-05 22:49:54 -07:00
{% block title %}Connected account with {{ userInformation.resourceOwner.name }}{% endblock title %}
{% block body %}
<p class="uk-text-center uk-text-lead">Connected account with {{ userInformation.resourceOwner.name }}</p>
<p class="uk-text-center">
<a href="{{ path('fos_user_profile_show') }}" title="Go to profile">Go to your profile</a>
</p>
{% endblock body %}