mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 08:56:40 -05:00
Merge branch 'canary' into fix/passkey/Add-error-logs-during-FE-verification-err
This commit is contained in:
@@ -18,7 +18,11 @@ import {
|
||||
import { mergeSchema } from "../../db/schema";
|
||||
import { ANONYMOUS_ERROR_CODES } from "./error-codes";
|
||||
import { schema } from "./schema";
|
||||
import type { AnonymousOptions, AnonymousSession } from "./types";
|
||||
import type {
|
||||
AnonymousOptions,
|
||||
AnonymousSession,
|
||||
UserWithAnonymous,
|
||||
} from "./types";
|
||||
|
||||
declare module "@better-auth/core" {
|
||||
// biome-ignore lint/correctness/noUnusedVariables: Auth and Context need to be same as declared in the module
|
||||
|
||||
Reference in New Issue
Block a user