@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Pterodactyl\Http\Middleware; |
| 4 | 4 | |
| 5 | 5 | use Closure; |
| 6 | -use Alert; |
|
| 7 | 6 | use \Pterodactyl\Events\Auth\FailedCaptcha; |
| 8 | 7 | |
| 9 | 8 | class VerifyReCaptcha |