mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
10 lines
255 B
Twig
10 lines
255 B
Twig
{% include 'emails.header-text' %}
|
|
{{ trans('email.oauth_created_body_text', {name: client.name }) }}
|
|
|
|
{{ client.redirect }}
|
|
|
|
{{ trans('email.oauth_created_explanation_text') }}
|
|
|
|
{{ trans('email.oauth_created_undo') }}
|
|
{% include 'emails.footer-text' %}
|