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 dff2e1e commit 4b7187aCopy full SHA for 4b7187a
resources/themes/pterodactyl/auth/passwords/reset.blade.php
@@ -68,6 +68,7 @@
68
</div>
69
<div class="col-xs-offset-1 col-xs-7">
70
{!! csrf_field() !!}
71
+ <input type="hidden" name="token" value="{{ $token }}" />
72
<button type="submit" class="btn btn-block g-recaptcha pterodactyl-login-button--main" @if(config('recaptcha.enabled')) data-sitekey="{{ config('recaptcha.website_key') }}" data-callback='onSubmit' @endif>@lang('auth.reset_password')</button>
73
74
0 commit comments