Update auth.php

This commit is contained in:
Daniel Supernault 2025-02-03 01:09:21 -07:00
parent c8ba73f11b
commit 3347ea1a76
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -112,5 +112,5 @@ return [
],
],
'in_app_registration' => (bool) env('APP_REGISTER', false),
'in_app_registration' => (bool) env('APP_REGISTER', true),
];