Skip to content

Commit a96a07f

Browse files
Making fail on trust option true by default based on change of philosophy
1 parent a2a0699 commit a96a07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlerViewerRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports.viewerRequest = async (event) => {
1010
const APIDomain = "CROWDHANDLER_API_DOMAIN";
1111
// If failtrust is false, users that fail to check-in with CrowdHandler will be sent to waiting room.
1212
// If true, users that fail to check-in with CrowdHandler will be trusted.
13-
const failTrust = false;
13+
const failTrust = true;
1414
const publicKey = "CROWDHANDLER_PUBLIC_KEY";
1515
// Set slug of fallback waiting room for users that fail to check-in with CrowdHandler.
1616
let safetyNetSlug;

0 commit comments

Comments
 (0)