diff --git a/src/index.js b/src/index.js index 948803e..03406c4 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,7 @@ export const main = async () => { server.register(oauth, { name: 'googleOAuth2', - scope: ['https://www.googleapis.com/auth/youtube.readonly', "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"], + scope: ["https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profile"], credentials: { client: { id: env.GOOGLE_CLIENT_ID,