@@ -39,6 +39,7 @@ export function OtpForm({ className, ...props }: OtpFormProps) {
defaultValues: { otp: '' },
})
+ // eslint-disable-next-line react-hooks/incompatible-library
const otp = form.watch('otp')
function onSubmit(data: z.infer<typeof formSchema>) {