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

Function showMfaDialog

auth/mfa-password.ts:239–242  ·  view source on GitHub ↗

* Displays the multi-factor dialog.

()

Source from the content-addressed store, hash-verified

237 * Displays the multi-factor dialog.
238 */
239function showMfaDialog() {
240 updateMfaDialog();
241 mfaModal.show();
242}
243
244/**
245 * Displays Recaptcha verifier in the provided container.

Callers 2

passwordSignInFunction · 0.85
onEnrollClickFunction · 0.85

Calls 1

updateMfaDialogFunction · 0.85

Tested by

no test coverage detected