diff --git a/gapi.js b/gapi.js index 3170b9c..a2d10a4 100644 --- a/gapi.js +++ b/gapi.js @@ -393,7 +393,7 @@ angular.module('gapi', []) gapi.auth.authorize({ client_id: app.clientId, scope: app.scopes, - immediate: true + immediate: false }, onAuth ); }