Skip to content

Commit

Permalink
change scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 1, 2024
1 parent 7fb6b56 commit 3802784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/authenticate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ def get_google_token(request, token=None):

if academy_settings in ["overwrite", "set"]:
state += f"&academysettings={academy_settings}"
scopes.append("https://www.googleapis.com/auth/workspace.events")
scopes.append("https://www.googleapis.com/auth/pubsub")

else:
state += "&academysettings=none"
Expand Down

0 comments on commit 3802784

Please sign in to comment.