mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
12 lines
349 B
PHP
12 lines
349 B
PHP
@component('mail::message')
|
|
{{ trans('email.no_backup_codes_intro', ['email' => $user->email]) }}
|
|
|
|
{{ trans('email.no_backup_codes_warning') }}
|
|
|
|
- {{ trans('email.date_time') }}: {{ $time }}
|
|
- {{ trans('email.ip_address') }}: {{ $ip }}
|
|
- {{ trans('email.host_name') }}: {{ $host }}
|
|
- {{ trans('email.user_agent') }}: {{ $userAgent }}
|
|
|
|
@endcomponent
|