mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix client password reset
This commit is contained in:
parent
b838dad1e8
commit
254510f22e
@ -2647,6 +2647,7 @@ $LANG = array(
|
||||
'signature_on_pdf' => 'Show on PDF',
|
||||
'signature_on_pdf_help' => 'Show the client signature on the invoice/quote PDF.',
|
||||
'expired_white_label' => 'The white label license has expired',
|
||||
'return_to_login' => 'Return to Login',
|
||||
|
||||
);
|
||||
|
||||
|
@ -44,6 +44,12 @@
|
||||
->withAttributes(['class' => 'green'])
|
||||
->large()->submit()->block() !!}
|
||||
|
||||
<div class="row meta">
|
||||
<div class="col-md-12 col-sm-12" style="text-align:center;padding-top:8px;">
|
||||
{!! link_to('/client/login' . (request()->account_key ? '?account_key=' . request()->account_key : ''), trans('texts.return_to_login')) !!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{!! Former::close() !!}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user