* Updates the Sign-in button state depending on ReCAptcha and form values state.
()
| 186 | * Updates the Sign-in button state depending on ReCAptcha and form values state. |
| 187 | */ |
| 188 | function updateSignInButtonUI() { |
| 189 | signInButton.disabled = !isPhoneNumberValid() || !!window.signingIn; |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Updates the Verify-code button state depending on form values state. |
no test coverage detected