mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-11 04:19:31 +00:00
fix: zodv4 migration leftover due to conflict
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
} from "better-auth/oauth2";
|
||||
|
||||
import { createAuthEndpoint } from "better-auth/plugins";
|
||||
import { z } from "zod";
|
||||
import * as z from "zod/v4";
|
||||
import * as saml from "samlify";
|
||||
import type { BindingContext } from "samlify/types/src/entity";
|
||||
import { betterFetch, BetterFetchError } from "@better-fetch/fetch";
|
||||
|
||||
Reference in New Issue
Block a user