mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Laravel-5.4.22 Fix
This commit is contained in:
parent
f5121cdb23
commit
9248cfef8f
@ -7,7 +7,7 @@
|
|||||||
<h2>Password Reset</h2>
|
<h2>Password Reset</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
|
To reset your password, complete this form: {{ URL::to(SITE_URL . '/password/reset', array($token)) }}.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<center>
|
<center>
|
||||||
@include('partials.email_button', [
|
@include('partials.email_button', [
|
||||||
'link' => URL::to("client/password/reset/{$token}"),
|
'link' => URL::to(SITE_URL . "/client/password/reset/{$token}"),
|
||||||
'field' => 'reset',
|
'field' => 'reset',
|
||||||
'color' => '#36c157',
|
'color' => '#36c157',
|
||||||
])
|
])
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<center>
|
<center>
|
||||||
@include('partials.email_button', [
|
@include('partials.email_button', [
|
||||||
'link' => URL::to("password/reset/{$token}"),
|
'link' => URL::to(SITE_URL . "/password/reset/{$token}"),
|
||||||
'field' => 'reset',
|
'field' => 'reset',
|
||||||
'color' => '#36c157',
|
'color' => '#36c157',
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user