@extends('layouts/default') {{-- Page title --}} @section('title') OAuth API Settings @parent @stop {{-- Page content --}} @section('content') @if (!config('app.lock_passwords')) @if(env('APP_ENV') != 'production') @endif @else

{{ trans('general.feature_disabled') }}

@endif @stop @section('moar_scripts') @endsection