We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a7b3 commit 03dfeffCopy full SHA for 03dfeff
src/features/auth/otp/components/otp-form.tsx
@@ -39,6 +39,7 @@ export function OtpForm({ className, ...props }: OtpFormProps) {
39
defaultValues: { otp: '' },
40
})
41
42
+ // eslint-disable-next-line react-hooks/incompatible-library
43
const otp = form.watch('otp')
44
45
function onSubmit(data: z.infer<typeof formSchema>) {
0 commit comments