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

View file

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