* Signs out the user when the sign-out button is clicked.
()
| 34 | * Signs out the user when the sign-out button is clicked. |
| 35 | */ |
| 36 | function onSignOutClick() { |
| 37 | signOut(auth); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Updates the state of the Sign-in form. |
nothing calls this directly
no outgoing calls
no test coverage detected