[WIP] Setup of skeleton
This commit is contained in:
14
resources/views/vendor/authentication-log/emails/new.blade.php
vendored
Normal file
14
resources/views/vendor/authentication-log/emails/new.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@component('mail::message')
|
||||
# Hello!
|
||||
|
||||
Your {{ config('app.name') }} account logged in from a new device.
|
||||
|
||||
> **Account:** {{ $account->email }}<br>
|
||||
> **Time:** {{ $time->toCookieString() }}<br>
|
||||
> **IP Address:** {{ $ipAddress }}<br>
|
||||
> **Browser:** {{ $browser }}
|
||||
|
||||
If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.
|
||||
|
||||
Regards,<br>{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user