Skip to content

Commit

Permalink
remove openid scope
Browse files Browse the repository at this point in the history
  • Loading branch information
MistahSanta committed Sep 2, 2024
1 parent 9f42102 commit d59ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const authOptions: NextAuthOptions = {
authorization: {
url: "https://accounts.google.com/o/oauth2/auth",
params: {
scope: "openid https://www.googleapis.com/auth/calendar",
scope: "https://www.googleapis.com/auth/calendar",
prompt: "consent",
access_type: "offline",
response_type: "code",
Expand Down

0 comments on commit d59ac05

Please sign in to comment.