WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 20d247f

Browse files
committed
chore: zod broke better-auth typing again...
1 parent 2782c08 commit 20d247f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/auth/src/auth.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ export const createAuth = (env: Env, db: DB, redisClient: RedisClient, resend: R
127127
returned: true,
128128
required: false,
129129
unique: false,
130-
validator: {
131-
input: providerSchema,
132-
output: providerSchema,
133-
},
130+
// validator: {
131+
// input: providerSchema,
132+
// output: providerSchema,
133+
// },
134134
},
135135
defaultAccountId: {
136136
type: "string",

0 commit comments

Comments
 (0)