@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/settings/general.oauth_title') }}
@parent
@stop
{{-- Page content --}}
@section('content')
@if (!config('app.lock_passwords'))
{{ trans('general.feature_disabled') }}
@endif @stop @section('moar_scripts') @include ('partials.bootstrap-table', ['simple_view' => true]) @endsection