mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
7 lines
161 B
PHP
7 lines
161 B
PHP
@component('mail::message')
|
|
{{ trans('email.used_backup_code_intro', ['email' => $user->email]) }}
|
|
|
|
{{ trans('email.used_backup_code_warning') }}
|
|
|
|
@endcomponent
|