1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/views/settings/developers.blade.php
2018-11-03 22:34:45 -06:00

19 lines
No EOL
299 B
PHP

@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Developers</h3>
</div>
<hr>
<passport-clients></passport-clients>
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush