Need Assistance with Password Page

I am receiving the below errror on the code:

global.js:275 Uncaught TypeError: Cannot read properties of null (reading ‘querySelector’)
at Object.init (global.js:275:45)
at Woolman.init (global.js:98:18)
at global.js:605:9
init [email removed] global.js:275
Woolman.init [email removed] global.js:98
(anonymous) [email removed] global.js:605
SecurityError: Failed to set the ‘cookie’ property on ‘Document’: The document is sandboxed and lacks the ‘allow-same-origin’ flag.
at Object.remove (trackEvent-0e6ce31b.js:11:2825)
at Se.remove (trackEvent-0e6ce31b.js:11:31125)
at Se.set_disabled (trackEvent-0e6ce31b.js:11:32845)
at Se.update_config (trackEvent-0e6ce31b.js:11:32570)
at new Se (trackEvent-0e6ce31b.js:11:30078)
at j._init (trackEvent-0e6ce31b.js:11:38285)
at du (trackEvent-0e6ce31b.js:11:36734)
at It.init (trackEvent-0e6ce31b.js:11:55418)
at trackEvent-0e6ce31b.js:35:41274
Promise.catch
(anonymous) [email removed] index.js-loader.js:11
(anonymous) [email removed] index.js-loader.js:13
Show 2 more frames
Show less
worker.modern.js:3 Uncaught NetworkError: Failed to execute ‘importScripts’ on ‘WorkerGlobalScope’: The script at ‘https://44ecac-c2.myshopify.com/wpm/strict/app/web-pixel-shopify-app-pixel@0220.js’ failed to load.
at worker.modern.js:3:1
(anonymous) [email removed] worker.modern.js:3

Logo

AW24

GET EARLY ACCESS

Enter with passcode
input::placeholder { color: #ffffff !important; opacity: 1; } /* Import NeueMontreal font */ @font-face { font-family: 'NeueMontreal'; src: url('path-to-neuemontreal-font.woff2') format('woff2'); font-weight: normal; font-style: normal; } /* Responsive styling for mobile devices */ @media only screen and (max-width: 768px) { section h2 { font-size: 2em; } section form input, section form button { font-size: 0.8em; } } /* Extra responsive styling for very small devices */ @media only screen and (max-width: 480px) { section { padding: 20px; } section h2 { font-size: 1.5em; margin: 30px 0; } #countdown { font-size: 1.2em; } form { flex-direction: column; } form div { width: 100%; } input, button { font-size: 0.8em; } }