Skip to content

Commit

Permalink
minor clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 12, 2024
1 parent cb6fad2 commit 1c020d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/auth/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ async def callback(
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST)

next_url = state_data.get("next_url", "/")
referral_source = state_data.get("referral_source", "/")
referral_source = state_data.get("referral_source", None)

# Proceed to authenticate or create the user
try:
Expand Down

0 comments on commit 1c020d1

Please sign in to comment.