Skip to content

Commit

Permalink
Merge pull request #3458 from onyx-dot-app/bugfix/connector_tests
Browse files Browse the repository at this point in the history
test changing back emails
  • Loading branch information
rkuo-danswer authored Dec 14, 2024
2 parents cec6346 + 06aeab6 commit 12c426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/connectors/google_utils/shared_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"https://www.googleapis.com/auth/admin.directory.user.readonly",
],
DocumentSource.GMAIL: [
"https://www.googleapis.com/auth/gmail.readonfromly",
"https://www.googleapis.com/auth/gmail.readonly",
"https://www.googleapis.com/auth/admin.directory.user.readonly",
"https://www.googleapis.com/auth/admin.directory.group.readonly",
],
Expand Down

0 comments on commit 12c426c

Please sign in to comment.