fix linting

This commit is contained in:
2024-07-19 21:15:56 -06:00
parent 4e1df0eeee
commit 41a9c65afb
8 changed files with 12 additions and 11 deletions

View File

@@ -254,7 +254,11 @@ import {
verifyJwtSimplewebauthn,
verifyJwtWebCrypto,
} from "@/libs/crypto/vc/passkeyDidPeer";
import {AccountKeyInfo, getAccount, registerAndSavePasskey} from "@/libs/util";
import {
AccountKeyInfo,
getAccount,
registerAndSavePasskey,
} from "@/libs/util";
const inputFileNameRef = ref<Blob>();