Add developer application settings view

This commit is contained in:
Daniel Supernault 2018-11-03 22:32:53 -06:00
parent 91ec751802
commit cde0c0437b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 11 additions and 4 deletions

View File

@ -6,8 +6,15 @@
<h3 class="font-weight-bold">Applications</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
<passport-authorized-clients></passport-authorized-clients>
<passport-personal-access-tokens></passport-personal-access-tokens>
@endsection
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush