add csrf token to api key creation form
This commit is contained in:
parent
76cef7bf1d
commit
e81af3afee
|
@ -385,6 +385,7 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
{!! csrf_field() !!}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue