Browse Source

Fixing Error Message

pull/2/head
Vitor Pamplona 5 years ago
parent
commit
ade9764c91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debug.html

+ 1
- 1
debug.html View File

@ -136,7 +136,7 @@ AF7zi+d862ePRQ9Lwymr7XfwVm0=
e("qr-verify-result").innerHTML = he.encode(beautify(json, replacer, 2, 80));
e('qr-verify-verified').innerHTML = "Signature Verified " + (valid? "and Schema is Valid" : " but Schema has errors " + JSON.stringify(validator.errors));
} else {
e("qr-verify-result").innerHTML = he.encode(beautify(json, replacer, 2, 80));
e("qr-verify-result").innerHTML = "Something is wrong with the payload";
e('qr-verify-verified').innerHTML = "Could not Verify";
}
});


Loading…
Cancel
Save