()
| 102 | } |
| 103 | |
| 104 | function startSigninMainWindow() { |
| 105 | mgr.signinRedirect({ state: { some: "data" } }).then(function() { |
| 106 | log("signinRedirect done"); |
| 107 | }).catch(function(err) { |
| 108 | console.error(err); |
| 109 | log(err); |
| 110 | }); |
| 111 | } |
| 112 | |
| 113 | function endSigninMainWindow() { |
| 114 | mgr.signinRedirectCallback().then(function(user) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…