Skip to content

Commit

Permalink
🤖 Auto-formated Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent b57705c commit 17acd2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/authentication/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ def github_login(request):

if settings.DEMO_INSTANCE:
redirect_uri = redirect_uri.replace("http://", "https://")
redirect_uri = "https://demo.thirdeyelabs.xyz/api/v1/authentication/github-callback"
redirect_uri = (
"https://demo.thirdeyelabs.xyz/api/v1/authentication/github-callback"
)

try:
return oauth.github.authorize_redirect(request, redirect_uri)
Expand Down

0 comments on commit 17acd2c

Please sign in to comment.