diff --git a/resources/themes/pterodactyl/auth/passwords/reset.blade.php b/resources/themes/pterodactyl/auth/passwords/reset.blade.php
index bf54cb6f4..655411d2c 100644
--- a/resources/themes/pterodactyl/auth/passwords/reset.blade.php
+++ b/resources/themes/pterodactyl/auth/passwords/reset.blade.php
@@ -82,3 +82,15 @@
@endsection
+
+@section('scripts')
+ @parent
+ @if(config('recaptcha.enabled'))
+
+
+ @endif
+@endsection