We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a0699 commit a96a07fCopy full SHA for a96a07f
1 file changed
handlerViewerRequest.js
@@ -10,7 +10,7 @@ module.exports.viewerRequest = async (event) => {
10
const APIDomain = "CROWDHANDLER_API_DOMAIN";
11
// If failtrust is false, users that fail to check-in with CrowdHandler will be sent to waiting room.
12
// If true, users that fail to check-in with CrowdHandler will be trusted.
13
- const failTrust = false;
+ const failTrust = true;
14
const publicKey = "CROWDHANDLER_PUBLIC_KEY";
15
// Set slug of fallback waiting room for users that fail to check-in with CrowdHandler.
16
let safetyNetSlug;
0 commit comments