mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 08:20:46 +00:00
Add developer application settings view
This commit is contained in:
parent
91ec751802
commit
cde0c0437b
1 changed files with 11 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue