Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
13
resources/views/emails/change.blade.php
Normal file
13
resources/views/emails/change.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@component('mail::message')
|
||||
Dear {{ $user->firstname }}
|
||||
|
||||
Press the button bellow if you wish to change your current email-address
|
||||
@component('mail::button', ['url' => route('verify_email', ['id' => $user->id, 'token' => $token, 'email' => $email])])
|
||||
Change Email
|
||||
@endcomponent
|
||||
|
||||
Is this email not directed to you or do you not wish to change your email? Than you may ignore this.
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
Reference in a new issue