瀏覽代碼

Update auth.php

Daniel Supernault 5 月之前
父節點
當前提交
3347ea1a76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/auth.php

+ 1 - 1
config/auth.php

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