Index: remoting/webapp/event_handlers.js |
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js |
index e864c2db3d44418b9c2f0a73c1a92b3df0c69b3a..71102b88ec3a13b064f767b1edee04912191921c 100644 |
--- a/remoting/webapp/event_handlers.js |
+++ b/remoting/webapp/event_handlers.js |
@@ -91,6 +91,7 @@ function onLoad() { |
var auth_actions = [ |
{ event: 'click', id: 'auth-button', fn: doAuthRedirect }, |
{ event: 'click', id: 'cancel-connect-button', fn: goHome }, |
+ { event: 'click', id: 'sign-out', fn:remoting.signOut }, |
{ event: 'click', id: 'token-refresh-error-ok', fn: goHome }, |
{ event: 'click', id: 'token-refresh-error-sign-in', fn: doAuthRedirect } |
]; |