We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c3f9b commit 2878ecbCopy full SHA for 2878ecb
1 file changed
cli/src/utils/auth.ts
@@ -36,7 +36,7 @@ const claudeOAuthSchema = z
36
37
const credentialsSchema = z
38
.object({
39
- default: userSchema,
+ default: userSchema.optional(),
40
claudeOAuth: claudeOAuthSchema,
41
})
42
.catchall(z.unknown())
0 commit comments