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