mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
12 lines
386 B
PHP
12 lines
386 B
PHP
@component('mail::message')
|
|
{{ trans('email.mfa_many_failed_attempts_intro', ['email' => $user->email, 'count' => $count]) }}
|
|
|
|
{{ trans('email.mfa_many_failed_attempts_warning') }}
|
|
|
|
- {{ trans('email.date_time') }}: {{ $time }}
|
|
- {{ trans('email.ip_address') }}: {{ $ip }}
|
|
- {{ trans('email.host_name') }}: {{ $host }}
|
|
- {{ trans('email.user_agent') }}: {{ $userAgent }}
|
|
|
|
@endcomponent
|