()
| 138 | } |
| 139 | |
| 140 | function iframeSignin() { |
| 141 | mgr.signinSilent().then(function(user) { |
| 142 | log("signed in", user); |
| 143 | }).catch(function(err) { |
| 144 | console.error(err); |
| 145 | log(err); |
| 146 | }); |
| 147 | } |
| 148 | |
| 149 | function startSignoutMainWindow() { |
| 150 | mgr.signoutRedirect().then(function(resp) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…