* Updates the Verify-code button state depending on form values state.
()
| 209 | * Updates the Verify-code button state depending on form values state. |
| 210 | */ |
| 211 | function updateVerifyCodeButtonUI() { |
| 212 | verifyCodeButton.disabled = !!window.verifyingCode || !getCodeFromUserInput(); |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Updates the state of the Sign-in form. |
no test coverage detected