diff --git a/index.js b/index.js index 73a945d..9bc7e47 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ Vue.prototype.$googleAuth = googleAuth if (typeof options === 'object') { - config = Object.assign({ scope: 'profile email https://www.googleapis.com/auth/plus.login' }, options) + config = Object.assign({}, { scope: 'profile email' }, options) } } }