| Index: remoting/webapp/crd/js/it2me_helpee_channel.js
|
| diff --git a/remoting/webapp/crd/js/it2me_helpee_channel.js b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| index e4060acc92a8aa54600a2f992ec40096175b9d2e..b8ad383b444e6aeb225464f960a819f81d01fb29 100644
|
| --- a/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| +++ b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| @@ -402,7 +402,7 @@ remoting.It2MeHelpeeChannel.prototype.fetchOAuthToken_ = function() {
|
| if (error != remoting.Error.NOT_AUTHENTICATED) {
|
| throw new Error('Unexpected error fetch auth token: ' + error);
|
| }
|
| - oauth2.doAuthRedirect(onAuthenticated);
|
| + oauth2.handleAuthFailure();
|
| };
|
| oauth2.callWithToken(resolve, onError);
|
| });
|
|
|