Fix bug when trying to add new subuser.
This commit is contained in:
parent
9af06b4b59
commit
3240601d03
2 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,7 @@ class SubuserRepository
|
|||
|
||||
$server->node->guzzleClient([
|
||||
'X-Access-Server' => $server->uuid,
|
||||
'X-Access-Token' => $node->daemonSecret,
|
||||
'X-Access-Token' => $server->node->daemonSecret,
|
||||
])->request('PATCH', '/server', [
|
||||
'json' => [
|
||||
'keys' => [
|
||||
|
|
Reference in a new issue