Skip to content

Commit

Permalink
fixes code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed May 10, 2024
1 parent a3fdccc commit 01c4ebb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ init(
recipe_list=[
session.init(
# highlight-start
cookie_domain='example.com' # or ".example.com" (they both work)
cookie_domain='example.com', # or ".example.com" (they both work)
older_cookie_domain='' # Set to an empty string if your previous cookie_domain was unset. Otherwise, use your old cookie_domain value.
# highlight-end
)
Expand Down

0 comments on commit 01c4ebb

Please sign in to comment.