Almost everything works!! Need to clean up export file. Missing custom questions and similar.
This commit is contained in:
@@ -143,26 +143,7 @@ onMount(() => {
|
||||
}
|
||||
|
||||
}
|
||||
// if ($events_slct.exhibit_obj.license_li_json[url_lic_key] && $events_slct.exhibit_obj.license_li_json[url_lic_key].passcode == url_lic_pass) {
|
||||
// console.log('License key passcode matched');
|
||||
// $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id] = {
|
||||
// key: url_lic_key,
|
||||
// updated_on: new Date().toISOString()
|
||||
// };
|
||||
// } else {
|
||||
// console.log('License key passcode does not match');
|
||||
// return false;
|
||||
// }
|
||||
}
|
||||
|
||||
// // We need to remove the url_passcode from the URL GET params after we use it. It should be safe to assume that onMount is a safe place to do this.
|
||||
// if (url_passcode) {
|
||||
// // console.log('Remove the passcode from the URL.');
|
||||
// data.url.searchParams.delete('passcode');
|
||||
// let new_url = data.url.toString()
|
||||
// console.log(new_url);
|
||||
// goto(new_url, {replaceState: true});
|
||||
// }
|
||||
});
|
||||
// console.log(`$ae_loc = `, $ae_loc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user