DigitalState/Platform-SSO-Twitter-Bundle

View on GitHub
Resources/views/Security/oauth_login.html.twig

Summary

Maintainability
Test Coverage
{% if oro_config_value('ds_sso_twitter.enable_sso') %}
    <a href="{{ hwi_oauth_authorization_url('twitter') }}">
        {% trans %}twitter{% endtrans %}
    </a>
{% endif %}