mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add developer settings view
This commit is contained in:
parent
fdf55cfe1c
commit
6ba7c419fb
1 changed files with 10 additions and 4 deletions
|
@ -6,8 +6,14 @@
|
|||
<h3 class="font-weight-bold">Developers</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="alert alert-danger">
|
||||
Coming Soon
|
||||
</div>
|
||||
<passport-clients></passport-clients>
|
||||
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
||||
</script>
|
||||
@endpush
|
Loading…
Reference in a new issue