Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 9, 2024
1 parent 507c212 commit 7732ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/danswer/auth/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ async def create(
safe: bool = False,
request: Optional[Request] = None,
) -> User:
# Print the cookies from the request
referral_source = None
if request:
referral_source = request.cookies.get("referral_source", None)
Expand Down

0 comments on commit 7732ea9

Please sign in to comment.