* Signs out the user when the sign-out button is clicked.
()
| 145 | * Signs out the user when the sign-out button is clicked. |
| 146 | */ |
| 147 | function onSignOutClick() { |
| 148 | signOut(auth); |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Reads the verification code from the user input. |
nothing calls this directly
no outgoing calls
no test coverage detected