MCPcopy Create free account
hub / github.com/firebase/quickstart-js / updateVerificationCodeFormUI

Function updateVerificationCodeFormUI

auth/phone-invisible.ts:214–220  ·  view source on GitHub ↗

* Updates the state of the Verify code form.

()

Source from the content-addressed store, hash-verified

212 * Updates the state of the Verify code form.
213 */
214function updateVerificationCodeFormUI() {
215 if (!auth.currentUser && window.confirmationResult) {
216 verificationCodeForm.style.display = 'block';
217 } else {
218 verificationCodeForm.style.display = 'none';
219 }
220}
221
222/**
223 * Updates the state of the Sign out button.

Callers 4

onSignInSubmitFunction · 0.70
onVerifyCodeSubmitFunction · 0.70
cancelVerificationFunction · 0.70
phone-invisible.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected