Skip to content

Commit e81af3a

Browse files
committed
add csrf token to api key creation form
1 parent 76cef7b commit e81af3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/themes/pterodactyl/base/api/new.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
</div>
386386
@endif
387387
</div>
388+
{!! csrf_field() !!}
388389
</form>
389390
</div>
390391
@endsection

0 commit comments

Comments
 (0)