mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add warning when the user fails to use MFA for a few times in a row. https://github.com/firefly-iii/firefly-iii/issues/9183
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@component('mail::message')
|
||||
{{ trans('email.mfa_many_failed_attempts_intro', ['email' => $user->email, 'count' => $count]) }}
|
||||
|
||||
{{ trans('email.mfa_many_failed_attempts_warning') }}
|
||||
|
||||
@endcomponent
|
Reference in New Issue
Block a user