improved tenant identification
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<div class="card-body">
|
||||
<p>{{ trans('errors.message.404') }}</p>
|
||||
|
||||
@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp
|
||||
@php $landing_page = user() ? user()->getLandingPageOfUser() : route('login'); @endphp
|
||||
|
||||
<a href="{{ $landing_page }}" class="btn btn-success">{{ trans('general.go_to_dashboard') }}</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user