fix(core): update

This commit is contained in:
2024-01-22 20:51:50 +01:00
parent 87872191e2
commit 39ca21e57c
3 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,6 @@ export class DeesSimpleLogin extends DeesElement {
const submit = this.shadowRoot.querySelector('dees-form-submit');
form.addEventListener('formData', (event: CustomEvent) => {
this.dispatchEvent(new CustomEvent('login', { detail: event.detail }));
// this.switchToSlottedContent();
});
}