mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for client portal login
This commit is contained in:
parent
026d3e17a7
commit
cde5363c97
@ -77,7 +77,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(!empty($company->present()->website()))
|
||||
@if(!is_null($company) && !empty($company->present()->website()))
|
||||
<div class="mt-5 text-center">
|
||||
<a class="button-link text-sm" href="{{ $company->present()->website() }}">
|
||||
{{ ctrans('texts.back_to', ['url' => parse_url($company->present()->website())['host'] ?? $company->present()->website() ]) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user