diff --git a/config/auth.php b/config/auth.php index aa89968c8..6fa4beba0 100644 --- a/config/auth.php +++ b/config/auth.php @@ -112,5 +112,5 @@ return [ ], ], - 'in_app_registration' => (bool) env('APP_REGISTER', false), + 'in_app_registration' => (bool) env('APP_REGISTER', true), ];