Enabled user registration
This commit is contained in:
14
resources/views/email/sendtoken.blade.php
Normal file
14
resources/views/email/sendtoken.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@component('mail::message')
|
||||
# New User Token
|
||||
|
||||
Use this token to sign into ANSItex
|
||||
|
||||
If this email is a surprise to you, you can ignore it.
|
||||
|
||||
@component('mail::panel')
|
||||
TOKEN: <b>{{ $token }}</b>
|
||||
@endcomponent
|
||||
|
||||
Thanks,
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
Reference in New Issue
Block a user