Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function cancelMfaVerification(): void;
void
// In your MFA modal's cancel button handler function MfaModal() { const handleCancel = () => { cancelMfaVerification(); closeModal(); }; return <button onClick={handleCancel}>Cancel</button>; }
Was this page helpful?