mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
7 lines
150 B
PHP
7 lines
150 B
PHP
|
|
@component('mail::message')
|
||
|
|
{{ trans('email.have_enabled_mfa', ['email' => $user->email]) }}
|
||
|
|
|
||
|
|
{{ trans('email.enabled_mfa_warning') }}
|
||
|
|
|
||
|
|
@endcomponent
|