Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMayankThakur committed Nov 14, 2023
1 parent e70fc0d commit d34492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertokens_python/recipe/session/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def cookie_same_site_function(request: BaseRequest, user_context: Dict[str, Any]
website_domain_scheme = get_url_scheme(
app_info.get_website_domain(request, user_context).get_as_string_dangerous()
)
nonlocal cookie_same_site
nonlocal cookie_same_site # TODO: check this
if cookie_same_site is not None:
cookie_same_site = normalise_same_site(cookie_same_site)
elif (top_level_api_domain != top_level_website_domain) or (
Expand Down

0 comments on commit d34492d

Please sign in to comment.