mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
11 lines
333 B
PHP
11 lines
333 B
PHP
{{ trans('texts.reset_password') }}
|
|
|
|
{!! URL::to(SITE_URL . "/client/password/reset/{$token}") !!}
|
|
|
|
@if (Utils::isNinja() || ! Utils::isWhiteLabel())
|
|
{{ trans('texts.email_signature') }}<br/>
|
|
{{ trans('texts.email_from') }}
|
|
@endif
|
|
|
|
{{ trans('texts.reset_password_footer', ['email' => env('CONTACT_EMAIL', CONTACT_EMAIL)]) }}
|