fix: zodv4 migration leftover due to conflict

This commit is contained in:
Kinfe123
2025-07-17 23:23:58 +03:00
parent 85d5c6c720
commit 5508b02d77
6 changed files with 6 additions and 6 deletions

View File

@@ -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";