* Function called when clicking the Login/Logout button.
()
| 23 | * Function called when clicking the Login/Logout button. |
| 24 | */ |
| 25 | function onSignInClick() { |
| 26 | window.open( |
| 27 | 'phone-simple-popup.html', |
| 28 | '_blank', |
| 29 | 'height=600px,width=450px,top=100px,left=100px', |
| 30 | ); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Signs out the user when the sign-out button is clicked. |
nothing calls this directly
no outgoing calls
no test coverage detected