mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 07:10:48 +00:00
Make email messages Markdown.
This commit is contained in:
8
resources/views/emails/oauth-client-created.blade.php
Normal file
8
resources/views/emails/oauth-client-created.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
Reference in New Issue
Block a user