Loading secret-api.php +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ if ($method === 'POST' && isset($data['secret'])) { echo json_encode([ 'secret' => null, 'encrypted' => true, 'displayToken' => $doc['displayToken'], 'displayToken' => $displayToken, ]); exit; } Loading Loading
secret-api.php +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ if ($method === 'POST' && isset($data['secret'])) { echo json_encode([ 'secret' => null, 'encrypted' => true, 'displayToken' => $doc['displayToken'], 'displayToken' => $displayToken, ]); exit; } Loading