| Index: remoting/webapp/crd/js/event_handlers.js
|
| diff --git a/remoting/webapp/crd/js/event_handlers.js b/remoting/webapp/crd/js/event_handlers.js
|
| index 480dffd2ee7c304c97f15aca874ba8ba39fc0bd4..91040b490bf2afeecb03f7de7165b21e87ef3ef6 100644
|
| --- a/remoting/webapp/crd/js/event_handlers.js
|
| +++ b/remoting/webapp/crd/js/event_handlers.js
|
| @@ -40,7 +40,9 @@ function onLoad() {
|
| };
|
| var doAuthRedirect = function() {
|
| if (!base.isAppsV2()) {
|
| - remoting.oauth2.doAuthRedirect();
|
| + remoting.oauth2.doAuthRedirect(function() {
|
| + window.location.reload();
|
| + });
|
| }
|
| };
|
| var fixAuthError = function() {
|
|
|