add mcaptcha-browser as dep

This commit is contained in:
realaravinth
2021-07-09 13:57:55 +05:30
parent 5daa46e76e
commit 704f8bf2b4
5 changed files with 11 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
*/
import {gen_pow} from '../../../browser/pkg/mcaptcha_browser';
import {gen_pow} from 'mcaptcha-browser';
import {PoWConfig} from './fetchPoWConfig';
import * as CONST from './const';