Skip to content

Commit a57857c

Browse files
committed
Changed wording of email based on link options.
1 parent b6e03be commit a57857c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

resources/views/emails/login-link.blade.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
@component('mail::message')
22
# {{ config('app.name') }} Secure Login
33

4-
Click the button below to securely sign in. This can only be used once and will expire after {{ config('mfa.link_timeout') }} minutes if unused.
4+
Click the button below to securely sign in. This link
5+
@if (config('mfa.link_single_use'))
6+
can only be used once and
7+
@endif
8+
will expire after {{ config('mfa.link_timeout') }} minutes if unused.
59

610
@component('mail::button', ['url' => $user->mfaCode->url])
711
Sign In

0 commit comments

Comments
 (0)