mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
9 lines
256 B
PHP
9 lines
256 B
PHP
{{ trans('texts.reset_password') }}
|
|
|
|
{!! URL::to(SITE_URL . "/password/reset/{$token}") !!}
|
|
|
|
{{ trans('texts.email_signature') }}
|
|
{{ trans('texts.email_from') }}
|
|
|
|
{{ trans('texts.reset_password_footer', ['email' => env('CONTACT_EMAIL', CONTACT_EMAIL)]) }}
|