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/applications.blade.php
2018-11-03 22:32:53 -06:00

20 lines
No EOL
389 B
PHP

@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
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush