diff --git a/resources/themes/pterodactyl/auth/passwords/reset.blade.php b/resources/themes/pterodactyl/auth/passwords/reset.blade.php index bf54cb6f..655411d2 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