* Updates the state of the Verify code form.
()
| 212 | * Updates the state of the Verify code form. |
| 213 | */ |
| 214 | function 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. |
no outgoing calls
no test coverage detected