|
@@ -345,7 +345,6 @@ func verifySafetyNetPayload(params requestJSONObject) (bool, LogFields) {
|
|
|
// Add server generated fields for logging
|
|
// Add server generated fields for logging
|
|
|
logFields := LogFields{
|
|
logFields := LogFields{
|
|
|
"certchain_errors": getError(certChainErrors),
|
|
"certchain_errors": getError(certChainErrors),
|
|
|
- "is_tcs": true,
|
|
|
|
|
"signature_errors": getError(signatureErrors),
|
|
"signature_errors": getError(signatureErrors),
|
|
|
"status": strconv.Itoa(jwt.status),
|
|
"status": strconv.Itoa(jwt.status),
|
|
|
"status_string": statusString,
|
|
"status_string": statusString,
|