From 318633c354588e5e320b8848e76d993e961abf8e Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Fri, 10 Jul 2020 13:08:37 +0200 Subject: [PATCH] added TODO --- src/mailgo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mailgo.ts b/src/mailgo.ts index 6cfed37..fb9dffd 100644 --- a/src/mailgo.ts +++ b/src/mailgo.ts @@ -434,6 +434,7 @@ const mailgoRender = (type = MAIL_TYPE, mailgo: HTMLLinkElement): void => { bodyMail = mailgo.getAttribute("data-body"); } + // TODO test this if ( typeof config?.validateEmail === "undefined" || config?.validateEmail === true