skips the step of clicking confirm after verifying otp
parent
dd5b511150
commit
997688cd59
|
@ -421,6 +421,7 @@ export const BookEventFormChild = ({
|
|||
onSuccess={() => {
|
||||
setVerifiedEmail(email);
|
||||
setEmailVerificationModalVisible(false);
|
||||
bookEvent(bookingForm.getValues());
|
||||
}}
|
||||
isUserSessionRequiredToVerify={false}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue