Using Custom Login Route for all Panels
I'm working on a Filament app and would like to use mutiple panels. After creating my panels, I discovered that each panel has it's own login page. I'm wondering if it's possible to have the same login page for all panels. For example, instead of
I want one login for all
Does anyone has an idea on how to go about this?
admin\loginapp\logincustomer\loginI want one login for all
domain.com\loginDoes anyone has an idea on how to go about this?