test borked
This commit is contained in:
parent
49b528a66b
commit
2418edccfd
29 changed files with 2036 additions and 121 deletions
36
resources/views/emails/magic-login-text.blade.php
Executable file
36
resources/views/emails/magic-login-text.blade.php
Executable file
|
|
@ -0,0 +1,36 @@
|
|||
{{ config('app.name') }}
|
||||
===============================================
|
||||
|
||||
YOUR LOGIN LINK
|
||||
===============================================
|
||||
|
||||
Hello,
|
||||
|
||||
You requested a login link for your {{ config('app.name') }} account.
|
||||
|
||||
CLICK THIS LINK TO LOG IN:
|
||||
{{ $loginUrl }}
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
OR
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
ENTER THIS CODE ON THE LOGIN PAGE:
|
||||
|
||||
{{ $code }}
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
IMPORTANT INFORMATION:
|
||||
- This link and code will expire in {{ $expiresInMinutes }} minutes for your security
|
||||
- If you didn't request this login link, you can safely ignore this email
|
||||
- Your account remains secure
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
This is an automated message from {{ config('app.name') }}.
|
||||
Please do not reply to this email.
|
||||
|
||||
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
|
||||
Loading…
Add table
Add a link
Reference in a new issue