Add developer settings view

pull/547/head
Daniel Supernault 7 years ago
parent fdf55cfe1c
commit 6ba7c419fb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -6,8 +6,14 @@
<h3 class="font-weight-bold">Developers</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
<passport-clients></passport-clients>
@endsection
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush
Loading…
Cancel
Save