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