Skip to content
Snippets Groups Projects
Verified Commit 9e9d9089 authored by magicfelix's avatar magicfelix Committed by Tom Teichler
Browse files

Add status feedback

parent affd0e52
No related branches found
No related tags found
1 merge request!48Revert "Update pyproject"
......@@ -59,6 +59,7 @@
statusObject.message = `Error checking in ${data.user.username}`;
statusObject.color = "red";
})
alert(checkInStatus.message);
},
startScan() {
try {
......@@ -96,6 +97,7 @@
}).catch((error) => {
checkInStatus.message = "Error retrieving or decoding data";
checkInStatus.color = "red";
alert(checkInStatus.message);
};
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment