We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d7948 commit 0f307dfCopy full SHA for 0f307df
2 files changed
src/frontend/src/components/authenticateBox/index.ts
@@ -23,7 +23,6 @@ import {
23
} from "$src/flows/register";
24
import { I18n } from "$src/i18n";
25
import { getAnchors, setAnchorUsed } from "$src/storage";
26
-import { analytics } from "$src/utils/analytics/analytics";
27
import {
28
AlreadyInProgress,
29
ApiError,
src/frontend/src/flows/register/index.ts
@@ -10,7 +10,6 @@ import { idbStorePinIdentityMaterial } from "$src/flows/pin/idb";
10
import { registerDisabled } from "$src/flows/registerDisabled";
11
12
import { setAnchorUsed } from "$src/storage";
13
14
15
passkeyAuthnMethodData,
16
pinAuthnMethodData,
0 commit comments