How can I change the default login page route in Filament?
I'm trying to customize the login route to /admin-login instead of /login. However, after trying to access an unauthorized page, it redirects me to the default /login instead of the /admin-login route I created. How can I configure this correctly without breaking Filament's authentication? Any help would be appreciated
2 Replies