add csrf token to api key creation form

This commit is contained in:
Jakob Schrettenbrunner 2017-01-19 01:07:28 +01:00
parent 76cef7bf1d
commit e81af3afee
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@
</div> </div>
@endif @endif
</div> </div>
{!! csrf_field() !!}
</form> </form>
</div> </div>
@endsection @endsection