F
Filament14mo ago
Wiebe

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
ZedoX
ZedoX14mo ago
Provide your own Login livewire component in ->login() method on PanelProvider ->login(MyCustomLogin::class)

Did you find this page helpful?