mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 15:16:27 +00:00
9 lines
263 B
PHP
9 lines
263 B
PHP
![]() |
@component('mail::message')
|
||
|
{{ trans('email.oauth_created_body', ['name' => $client->name, 'url' => $client->redirect]) }}
|
||
|
|
||
|
{{ trans('email.oauth_created_explanation') }}
|
||
|
|
||
|
{{ trans('email.oauth_created_undo', ['url' => route('profile.index')] ) }}
|
||
|
|
||
|
@endcomponent
|