]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/FOSOAuthServerBundle/views/Authorize/authorize.html.twig
Add client_credentials as grant_type
[github/wallabag/wallabag.git] / app / Resources / FOSOAuthServerBundle / views / Authorize / authorize.html.twig
1 {% extends "WallabagCoreBundle::layout.html.twig" %}
2
3 {% block title %}{{ 'developer.client.page_title'|trans }}{% endblock %}
4
5 {% block content %}
6 {% include "FOSOAuthServerBundle:Authorize:authorize_content.html.twig" %}
7 {% endblock content %}