Customizing login page
I have overridden the login page on v2 so username was used, but with upgrade to v3 it is not used anymore. I have tried to add my custom login as action in AdminPanelProvider login, but it still loads the default login page and not the customized one.
How can i achieve this in v3?
3 Replies
->login(CustomLogin::class)
Where you able to get this fixed
No. I have reverted to default for now
When i start using custom login class, many errors, due to missing methods, start happening. When i add one, another pops out, so i just reverted to default email/pass