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 e892901 commit 6943583Copy full SHA for 6943583
1 file changed
src/Filament/Pages/Auth/Register.php
@@ -89,7 +89,7 @@ public function register(): ?RegistrationResponse
89
90
return null;
91
}
92
-
+
93
try {
94
$this->rateLimit(2);
95
} catch (TooManyRequestsException $exception) {
0 commit comments