mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 11:15:55 +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
|