Add developer application settings view

pull/547/head
Daniel Supernault 2018-11-03 22:32:53 -06:00
rodzic 91ec751802
commit cde0c0437b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 11 dodań i 4 usunięć

Wyświetl plik

@ -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