Almost everything works!! Need to clean up export file. Missing custom questions and similar.

This commit is contained in:
Scott Idem
2024-04-03 18:10:47 -04:00
parent 9c85914b9f
commit 8d2f4e30f4
7 changed files with 117 additions and 38 deletions

View File

@@ -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);