Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thirdeye-dev/thirdeye
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Dec 8, 2023
2 parents b357a31 + 17acd2c commit a39049a
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 @@ -176,7 +176,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 a39049a

Please sign in to comment.