API blade cleanup

This commit is contained in:
snipe 2017-01-11 04:05:32 -08:00
parent a02f406fa6
commit 57d0eba58f
2 changed files with 3 additions and 8 deletions

View file

@ -2,7 +2,7 @@
{{-- Page title --}}
@section('title')
API Settings (test)
Personal API Keys
@parent
@stop
@ -11,9 +11,4 @@
<passport-personal-access-tokens></passport-personal-access-tokens>
@stop

View file

@ -2,13 +2,13 @@
{{-- Page title --}}
@section('title')
API Settings (test)
OAuth API Settings
@parent
@stop
{{-- Page content --}}
@section('content')
<passport-clients></passport-clients>
<passport-authorized-clients></passport-authorized-clients>
@stop