From 3347ea1a76b61c8fe03e714808bb18b35ccb2df5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 3 Feb 2025 01:09:21 -0700 Subject: [PATCH] Update auth.php --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ];