1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/resources/views/emails/client_password_text.blade.php
2017-11-14 22:34:56 +02:00

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)]) }}