diff --git a/.env b/.env
index c70c7dd..39c58cc 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
VITE_TOKEN_NAME = 'dmail_token'
VITE_REFRESH_TOKEN_NAME = 'dmail_refresh_token'
VITE_DANAK_BASE_URL ='https://api.danakcorp.com'
-# VITE_BASE_URL = 'http://192.168.1.134:4000'
+# VITE_BASE_URL = 'http://192.168.1.113:4000'
VITE_BASE_URL = 'https://dmail-api.danakcorp.com'
VITE_SERVICE_ID = 'e51afdc3-ea0b-49cf-8f49-2a6f131b024e'
diff --git a/public/vite.svg b/public/vite.svg
index 30a42c2..239f57b 100644
--- a/public/vite.svg
+++ b/public/vite.svg
@@ -1,3 +1,19 @@
-
+
+
\ No newline at end of file
diff --git a/src/config/func.ts b/src/config/func.ts
index eafbdb3..6cbabb3 100644
--- a/src/config/func.ts
+++ b/src/config/func.ts
@@ -80,3 +80,34 @@ export const formatDate = (dateString: string) => {
minute: "2-digit",
}).format(date);
};
+
+export const sanitizeEmailHTML = (html: string): string => {
+ try {
+ // Remove style tags and their content
+ let sanitized = html.replace(/