@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/settings/general.oauth_title') }}
@parent
@stop
@section('header_right')
{{ trans('general.back') }}
@stop
{{-- Page content --}}
@section('content')
@if (!config('app.lock_passwords'))
@else
{{ trans('general.feature_disabled') }}
@endif
@stop
@section('moar_scripts')
@endsection