mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
fix(email-otp): fix openapi schema for /email-otp/verify-email endpoint (#5622)
This commit is contained in:
@@ -617,8 +617,8 @@ export const emailOTP = (options: EmailOTPOptions) => {
|
||||
user: {
|
||||
$ref: "#/components/schemas/User",
|
||||
},
|
||||
required: ["status", "token", "user"],
|
||||
},
|
||||
required: ["status", "token", "user"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user