diff --git a/v2/emailpassword/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/emailpassword/common-customizations/sessions/multiple-api-endpoints.mdx index 2286288a0..34c277f4c 100644 --- a/v2/emailpassword/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/emailpassword/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 ) diff --git a/v2/passwordless/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/passwordless/common-customizations/sessions/multiple-api-endpoints.mdx index 2286288a0..34c277f4c 100644 --- a/v2/passwordless/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/passwordless/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 ) diff --git a/v2/session/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/session/common-customizations/sessions/multiple-api-endpoints.mdx index 387d1649d..20f73ab34 100644 --- a/v2/session/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/session/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 ) diff --git a/v2/thirdparty/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/thirdparty/common-customizations/sessions/multiple-api-endpoints.mdx index 2286288a0..34c277f4c 100644 --- a/v2/thirdparty/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/thirdparty/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 ) diff --git a/v2/thirdpartyemailpassword/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/thirdpartyemailpassword/common-customizations/sessions/multiple-api-endpoints.mdx index 387d1649d..20f73ab34 100644 --- a/v2/thirdpartyemailpassword/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 ) diff --git a/v2/thirdpartypasswordless/common-customizations/sessions/multiple-api-endpoints.mdx b/v2/thirdpartypasswordless/common-customizations/sessions/multiple-api-endpoints.mdx index 2286288a0..34c277f4c 100644 --- a/v2/thirdpartypasswordless/common-customizations/sessions/multiple-api-endpoints.mdx +++ b/v2/thirdpartypasswordless/common-customizations/sessions/multiple-api-endpoints.mdx @@ -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 )