* Reads the verification code from the user input.
()
| 152 | * Reads the verification code from the user input. |
| 153 | */ |
| 154 | function getCodeFromUserInput() { |
| 155 | return verificationCodeInput.value; |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Reads the phone number from the user input. |
no outgoing calls
no test coverage detected