We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8720d0 + f764529 commit e5b84dfCopy full SHA for e5b84df
1 file changed
app/Commands/Site/AuthUser/CreateAuthUserCommand.php
@@ -58,7 +58,7 @@ public function handle(): void
58
$data = $this->ploi->createAuthUser($serverId, $siteId, [
59
'name' => $name,
60
'password' => $password,
61
- 'path' => $path ?: '/',
+ 'path' => $path,
62
]);
63
64
if ($data) {
0 commit comments