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