mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
remove Logs::
This commit is contained in:
@@ -25,7 +25,6 @@ class CreateNewUser implements CreatesNewUsers
|
||||
{
|
||||
$settings = InstanceSettings::get();
|
||||
if (!$settings->is_registration_enabled) {
|
||||
Log::info('Registration is disabled');
|
||||
abort(403);
|
||||
}
|
||||
Validator::make($input, [
|
||||
|
||||
Reference in New Issue
Block a user