1
0
Fork 0
pixelfed/resources/views/settings/applications.blade.php

21 lines
464 B
PHP
Raw Normal View History

2018-05-30 02:37:10 +00:00
@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Applications</h3>
</div>
<hr>
<passport-authorized-clients></passport-authorized-clients>
<passport-personal-access-tokens></passport-personal-access-tokens>
@endsection
2018-05-30 02:37:10 +00:00
@push('scripts')
2019-04-07 18:15:36 +00:00
<script type="text/javascript" src="{{mix('js/developers.js')}}"></script>
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush