snipe-it/resources/views/settings/api.blade.php
2017-01-11 04:05:32 -08:00

15 lines
273 B
PHP

@extends('layouts/default')
{{-- Page title --}}
@section('title')
OAuth API Settings
@parent
@stop
{{-- Page content --}}
@section('content')
<passport-clients></passport-clients>
<passport-authorized-clients></passport-authorized-clients>
@stop