mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
fix(web): don't hard dep webcrypto anymore
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
8f4f521312
commit
b4fe0db7f4
@ -69,11 +69,6 @@ const t = (key) => translations[`js_${key}`] || translations[key] || key;
|
|||||||
await initTranslations();
|
await initTranslations();
|
||||||
|
|
||||||
const dependencies = [
|
const dependencies = [
|
||||||
{
|
|
||||||
name: "WebCrypto",
|
|
||||||
msg: t('web_crypto_error'),
|
|
||||||
value: window.crypto,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Web Workers",
|
name: "Web Workers",
|
||||||
msg: t('web_workers_error'),
|
msg: t('web_workers_error'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user