mirror of
https://github.com/owncloud/ocis
synced 2026-05-05 06:32:34 +02:00
fix email test
This commit is contained in:
@@ -124,6 +124,7 @@ class OcmContext implements Context {
|
||||
$responseData = \json_decode($response->getBody()->getContents(), true, 512, JSON_THROW_ON_ERROR);
|
||||
if (isset($responseData["token"])) {
|
||||
$this->invitationToken = $responseData["token"];
|
||||
print_r($this->invitationToken . " token");
|
||||
}
|
||||
return $response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user