skips the step of clicking confirm after verifying otp

pull/12128/head
Siddharth Movaliya 2023-10-29 11:32:38 +05:30
parent dd5b511150
commit 997688cd59
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ export const BookEventFormChild = ({
onSuccess={() => {
setVerifiedEmail(email);
setEmailVerificationModalVisible(false);
bookEvent(bookingForm.getValues());
}}
isUserSessionRequiredToVerify={false}
/>