use ID instead of email for logging in and resetting password
How can I use the ID for this instead of the email?
1 Reply
Provide your own Login livewire component in
->login()
method on PanelProvider
->login(MyCustomLogin::class)