THE CLAIM SEQUENCE
05Product added to your NACK ID
This interface is currently a front-end concept. Product verification and ownership claiming are not functional yet.
(function() {
class NackClaimPageacfm2oflyy05hzxn6zaigenblockf0ea701etwnca extends HTMLElement {
connectedCallback() {
this.form = this.querySelector('.ai-claim-page-acfm2oflyy05hzxn6zaigenblockf0ea701etwnca__form');
this.status = this.querySelector('.ai-claim-page-acfm2oflyy05hzxn6zaigenblockf0ea701etwnca__status');
if (this.form) {
this.form.addEventListener('submit', (event) => {
event.preventDefault();
this.status.classList.add('is-visible');
});
}
}
}
if (!customElements.get('nack-claim-page-acfm2oflyy05hzxn6zaigenblockf0ea701etwnca')) {
customElements.define('nack-claim-page-acfm2oflyy05hzxn6zaigenblockf0ea701etwnca', NackClaimPageacfm2oflyy05hzxn6zaigenblockf0ea701etwnca);
}
})();