We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e03be commit a57857cCopy full SHA for a57857c
1 file changed
resources/views/emails/login-link.blade.php
@@ -1,7 +1,11 @@
1
@component('mail::message')
2
# {{ config('app.name') }} Secure Login
3
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.
+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.
9
10
@component('mail::button', ['url' => $user->mfaCode->url])
11
Sign In
0 commit comments