summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/authMethod/totp.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-05 08:35:28 -0300
committerSebastian <sebasjm@gmail.com>2023-05-05 08:52:57 -0300
commitd61e4fa7196f20717166a2744f8ea3a77cc4addb (patch)
treed73d698a7ac53559bd47aa60530fc2645c2f47e3 /packages/anastasis-webui/src/pages/home/authMethod/totp.ts
parent6340cc5454f637a97fb7329d2494c1dfc3fb1735 (diff)
downloadwallet-core-d61e4fa7196f20717166a2744f8ea3a77cc4addb.tar.gz
wallet-core-d61e4fa7196f20717166a2744f8ea3a77cc4addb.tar.bz2
wallet-core-d61e4fa7196f20717166a2744f8ea3a77cc4addb.zip
upgrade to now build from web-utils
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/authMethod/totp.ts')
-rw-r--r--packages/anastasis-webui/src/pages/home/authMethod/totp.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/anastasis-webui/src/pages/home/authMethod/totp.ts b/packages/anastasis-webui/src/pages/home/authMethod/totp.ts
index 434dd92fc..ff8027ced 100644
--- a/packages/anastasis-webui/src/pages/home/authMethod/totp.ts
+++ b/packages/anastasis-webui/src/pages/home/authMethod/totp.ts
@@ -13,6 +13,8 @@
You should have received a copy of the GNU Affero General Public License along with
GNU Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
+
+//@ts-ignore
import jssha from "jssha";
const SEARCH_RANGE = 16;