MCPcopy Index your code
hub / github.com/firebase/quickstart-js / clearMfaDialog

Function clearMfaDialog

auth/mfa-password.ts:562–567  ·  view source on GitHub ↗

* Clears the multi-factor dialog.

()

Source from the content-addressed store, hash-verified

560 * Clears the multi-factor dialog.
561 */
562function clearMfaDialog() {
563 mfaResolver = null;
564 phoneVerificationId = null;
565 mfaModal.close();
566 clearAppVerifier();
567}
568
569/**
570 * Shows the element by ID.

Callers 3

onEnrollVerifyCodeFunction · 0.85
onSignInVerifyCodeFunction · 0.85
onCancelFunction · 0.85

Calls 1

clearAppVerifierFunction · 0.85

Tested by

no test coverage detected