diff --git a/app/Commands/Site/AuthUser/CreateAuthUserCommand.php b/app/Commands/Site/AuthUser/CreateAuthUserCommand.php index 3f786bb..315a4db 100644 --- a/app/Commands/Site/AuthUser/CreateAuthUserCommand.php +++ b/app/Commands/Site/AuthUser/CreateAuthUserCommand.php @@ -58,7 +58,7 @@ public function handle(): void $data = $this->ploi->createAuthUser($serverId, $siteId, [ 'name' => $name, 'password' => $password, - 'path' => $path ?: '/', + 'path' => $path, ]); if ($data) {