Files
firefly-iii/resources/views/v1/emails/oauth-client-created-text.twig

8 lines
307 B
Twig
Raw Normal View History

2018-05-26 13:55:11 +02:00
{% include 'emails.header-text' %}
2020-05-27 09:34:52 +02:00
{{ trans('email.oauth_created_body', {name: client.name, url: client.redirect })|striptags|raw }}
2018-05-26 13:55:11 +02:00
2020-05-27 09:34:52 +02:00
{{ trans('email.oauth_created_explanation')|striptags|raw }}
2018-05-26 13:55:11 +02:00
{{ trans('email.oauth_created_undo', { url:route('profile.index')})|raw }}
2018-05-26 13:55:11 +02:00
{% include 'emails.footer-text' %}