()
| 111 | } |
| 112 | |
| 113 | function endSigninMainWindow() { |
| 114 | mgr.signinRedirectCallback().then(function(user) { |
| 115 | log("signed in", user); |
| 116 | }).catch(function(err) { |
| 117 | console.error(err); |
| 118 | log(err); |
| 119 | }); |
| 120 | } |
| 121 | |
| 122 | function popupSignin() { |
| 123 | mgr.signinPopup().then(function(user) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…