Skip to content

Commit cb0b992

Browse files
Correct the whitelabel default
1 parent de19c11 commit cb0b992

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
@@ -15,7 +15,7 @@ module.exports.viewerRequest = async (event) => {
1515
// Set slug of fallback waiting room for users that fail to check-in with CrowdHandler.
1616
let safetyNetSlug;
1717
// Set whitelabel to true to redirect users to a waiting room on your site domain. See setup guide for more info.
18-
const whitelabel = false;
18+
const whitelabel = true;
1919

2020
// Extract request Meta Information
2121
let request = event.Records[0].cf.request;

0 commit comments

Comments
 (0)