Login Page Blade Override

I'm looking for the proper way to override the default login blade?

I'm attempting to get the v3 Filament Socialite package up and running and it's instructions are a bit out of date.

It says publish the views and update the login but for one, the v3 docs recommend not publishing all view and even when I tried that, the login.blade.php isn't one of the ones generated.

I copied that blade from the vendor directory into my project but I'm unsure of how to properly configure Filament to use that new login blade.

Thanks!
Solution
You need to set a new livewire class that extends the exisitng class and just adjust the render function to load the new view
Was this page helpful?