diff --git a/config/pixelfed.php b/config/pixelfed.php index 4faded26f..19db9e61b 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -255,7 +255,7 @@ return [ ] ], - 'oauth_enabled' => env('OAUTH_ENABLED', false), + 'oauth_enabled' => env('OAUTH_ENABLED', true), 'bouncer' => [ 'enabled' => env('PF_BOUNCER_ENABLED', false),