diff --git a/web/js/main.mjs b/web/js/main.mjs index a98a69d..d9d96c9 100644 --- a/web/js/main.mjs +++ b/web/js/main.mjs @@ -69,11 +69,6 @@ const t = (key) => translations[`js_${key}`] || translations[key] || key; await initTranslations(); const dependencies = [ - { - name: "WebCrypto", - msg: t('web_crypto_error'), - value: window.crypto, - }, { name: "Web Workers", msg: t('web_workers_error'),