mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
fix(passkey): wrong Session type being used on passkey (#5204)
This commit is contained in:
committed by
GitHub
parent
130184f05d
commit
fb2c6af6dc
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user