I solved.
i found where to edit.
in the default_blade
“extesnsion / igniter / user / componentes / account /”
I changed the line
<a class="btn btn-light" href="{{ restaurant_url('local/menus') }}">
changed with
<a class="btn btn-light" href="{{ site_url('locations') }}">
and in practice then instead of taking me to the default restaurant menu, I am directed to the page of all the restaurants