Skip to content

Commit 4b7187a

Browse files
committed
Fix broken password reset form
1 parent dff2e1e commit 4b7187a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/themes/pterodactyl/auth/passwords/reset.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
</div>
6969
<div class="col-xs-offset-1 col-xs-7">
7070
{!! csrf_field() !!}
71+
<input type="hidden" name="token" value="{{ $token }}" />
7172
<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>
7273
</div>
7374
</div>

0 commit comments

Comments
 (0)