pixelfed/resources/views/settings/applications.blade.php

20 wiersze
389 B
PHP
Czysty Zwykły widok Historia

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