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

Function updateVerificationCodeFormUI

auth/phone-visible.ts:230–236  ·  view source on GitHub ↗

* Updates the state of the Verify code form.

()

Source from the content-addressed store, hash-verified

228 * Updates the state of the Verify code form.
229 */
230function updateVerificationCodeFormUI() {
231 if (!auth.currentUser && window.confirmationResult) {
232 verificationCodeForm.style.display = 'block';
233 } else {
234 verificationCodeForm.style.display = 'none';
235 }
236}
237
238/**
239 * Updates the state of the Sign out button.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected