Easy way to only allow registration and login via Socialite?
I am looking for a way to disable login and only show a login or register button with Google/Github/etc...
Anyway this is possible? I was thinking of passing a extension of
Filament\Pages\Auth\Login
to ->login()
in the App provider.1 Reply
Just build your own login page overriding the original page.