* Updates the Verify-code button state depending on form values state.
()
| 193 | * Updates the Verify-code button state depending on form values state. |
| 194 | */ |
| 195 | function updateVerifyCodeButtonUI() { |
| 196 | verifyCodeButton.disabled = !!window.verifyingCode || !getCodeFromUserInput(); |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Updates the state of the Sign-in form. |
no test coverage detected