tweb-i2p/jest.setup.js
morethanwords e99955e798 Fixed 2FA
Fixed context menu for iOS
2020-08-18 20:39:57 +03:00

3 lines
76 B
JavaScript

import { Crypto } from "@peculiar/webcrypto";
window.crypto = new Crypto();