fix(passkey): wrong Session type being used on passkey (#5204)

This commit is contained in:
Guilherme D'Alessandro
2025-10-09 22:57:08 -03:00
committed by GitHub
parent 130184f05d
commit fb2c6af6dc

View File

@@ -8,8 +8,7 @@ import type {
PublicKeyCredentialCreationOptionsJSON,
PublicKeyCredentialRequestOptionsJSON,
} from "@simplewebauthn/browser";
import type { Session } from "inspector";
import type { User } from "../../types";
import type { User, Session } from "../../types";
import type { passkey as passkeyPl, Passkey } from ".";
import type { BetterAuthClientPlugin, ClientStore } from "@better-auth/core";
import { useAuthQuery } from "../../client";