We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d62f0 commit ef586a2Copy full SHA for ef586a2
src/pages/Scanner.js
@@ -34,7 +34,7 @@ const QRScanner = () => {
34
onResult={(result, error) => {
35
if (!!result) {
36
handleScanned(result);
37
- window.alert("Scan Successful");
+ window.alert("Scan Successful", result);
38
}
39
40
if (!!error) {
0 commit comments