Skip to content

Commit

Permalink
fix: replacement fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Sep 16, 2023
1 parent a131a1c commit 67d7220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/authentication/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def google_login(request):
if settings.DEMO_INSTANCE:
REPLACEMENT_DOMAIN = settings.API_DOMAIN

REPLACEMENT_DOMAIN += "/api"
# REPLACEMENT_DOMAIN += "/api"

current_domain = request.get_host()

Expand All @@ -164,7 +164,7 @@ def github_login(request):
if settings.DEMO_INSTANCE:
REPLACEMENT_DOMAIN = settings.API_DOMAIN

REPLACEMENT_DOMAIN += "/api"
# REPLACEMENT_DOMAIN += "/api

current_domain = request.get_host()

Expand Down

0 comments on commit 67d7220

Please sign in to comment.