We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c4c46 commit 942aaf4Copy full SHA for 942aaf4
app/Http/Requests/Auth/LoginRequest.php
@@ -80,6 +80,6 @@ public function ensureIsNotRateLimited(): void
80
*/
81
public function throttleKey(): string
82
{
83
- return Str::transliterate(Str::lower($this->string('email')).'|'.$this->ip());
+ return Str::transliterate(Str::lower($this->string('email')->value()).'|'.$this->ip());
84
}
85
0 commit comments