Custom Widget for MFA verification page

Can we design custom MFA verification page where we enter the passcode for sms or email type factor.
Currently we are getting default page from Okta. We have already used React SDK to customize Sign up / Login page and want to do the same for MFA verification page.
Thanks and regards

@ShaikLuqmaan Hi, you can try to enroll MFA with Okta auth SDK.
Please refer the below articles.
https://developer.okta.com/code/react/okta_react/#create-a-custom-sign-in-form
https://developer.okta.com/code/javascript/okta_auth_sdk/
And here is the source code for auth sdk.