()
| 147 | } |
| 148 | |
| 149 | function startSignoutMainWindow() { |
| 150 | mgr.signoutRedirect().then(function(resp) { |
| 151 | log("signed out", resp); |
| 152 | }).catch(function(err) { |
| 153 | console.error(err); |
| 154 | log(err); |
| 155 | }); |
| 156 | } |
| 157 | |
| 158 | function endSignoutMainWindow() { |
| 159 | mgr.signoutRedirectCallback().then(function(resp) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…