Skip to content
Permalink
Browse files
fix: use old webauhn lib
  • Loading branch information
MantasMikal committed Feb 6, 2021
1 parent 5287fdf commit 83cbc5f06634310703e6f6081d2da969e943dbf9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
import express from "express";
import fido2lib from "fido2-library";
import fido2lib from "@dannymoerkerke/fido2-lib";
import base64url from "base64url";
import crypto from "crypto";
import bcrypt from "bcrypt";

0 comments on commit 83cbc5f

Please sign in to comment.