How can add a new button in the login for different panel?
Hey guys i have this login and i want add a new button below the green button (Login button)
i need add the button for this panel and add another button for other panel, how can do this?
7 Replies
Hi !
Override the class
Filament\Pages\Auth\Login
(Livewire component) and the view too vendor/filament/filament/resources/views/pages/auth/login.blade.php
Then call your newly fresh Login page in your panel provider like this:
And voilà !OR... just add a render hook to the after?
oh...
Sorry guys, i forget the hooks, thank you so much!