You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible fix
Change fieldType to 'error'. Unfortunately, when I tested this localy, Livewire seems to override the error message with validation messages.
Describe the bug
Hey,
when you trigger a rate limiting error on the login page, the
fieldTypeproperty is not for building the error is not defined.See: https://github.com/webbingbrasil/filament-2fa/blob/main/src/Http/Livewire/Auth/Login.php#L53
To Reproduce
Steps to reproduce the behavior:
Possible fix
Change
fieldTypeto 'error'. Unfortunately, when I tested this localy, Livewire seems to override the error message with validation messages.