From 665d0e7c2311bad1ca83c6afbdb5d3957c294946 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 17 Oct 2023 18:37:10 +0530 Subject: [PATCH] fixes typo --- .../sign-in-and-up/provider-config.mdx | 8 ++++---- .../sign-in-and-up/provider-config.mdx | 8 ++++---- .../sign-in-and-up/provider-config.mdx | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/v2/thirdparty/common-customizations/sign-in-and-up/provider-config.mdx b/v2/thirdparty/common-customizations/sign-in-and-up/provider-config.mdx index 227e31179..1cc59af9f 100644 --- a/v2/thirdparty/common-customizations/sign-in-and-up/provider-config.mdx +++ b/v2/thirdparty/common-customizations/sign-in-and-up/provider-config.mdx @@ -2577,7 +2577,7 @@ func main() { // highlight-start resp, err := multitenancy.CreateOrUpdateThirdPartyConfig(tenantId, tpmodels.ProviderConfig{ - ThirdPartyId: "active-directoy", + ThirdPartyId: "active-directory", Name: "Active Directory", Clients: []tpmodels.ProviderClientConfig{ { @@ -2615,7 +2615,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid async def some_func(): tenant_id = "customer1" result = await create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2646,7 +2646,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid tenant_id = "customer1" result = create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2681,7 +2681,7 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}//re --header 'Content-Type: application/json' \ --data-raw '{ "config": { - "thirdPartyId": "active-directoy", + "thirdPartyId": "active-directory", "name": "Active Directory", "clients": [ { diff --git a/v2/thirdpartyemailpassword/common-customizations/sign-in-and-up/provider-config.mdx b/v2/thirdpartyemailpassword/common-customizations/sign-in-and-up/provider-config.mdx index 227e31179..1cc59af9f 100644 --- a/v2/thirdpartyemailpassword/common-customizations/sign-in-and-up/provider-config.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/sign-in-and-up/provider-config.mdx @@ -2577,7 +2577,7 @@ func main() { // highlight-start resp, err := multitenancy.CreateOrUpdateThirdPartyConfig(tenantId, tpmodels.ProviderConfig{ - ThirdPartyId: "active-directoy", + ThirdPartyId: "active-directory", Name: "Active Directory", Clients: []tpmodels.ProviderClientConfig{ { @@ -2615,7 +2615,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid async def some_func(): tenant_id = "customer1" result = await create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2646,7 +2646,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid tenant_id = "customer1" result = create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2681,7 +2681,7 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}//re --header 'Content-Type: application/json' \ --data-raw '{ "config": { - "thirdPartyId": "active-directoy", + "thirdPartyId": "active-directory", "name": "Active Directory", "clients": [ { diff --git a/v2/thirdpartypasswordless/common-customizations/sign-in-and-up/provider-config.mdx b/v2/thirdpartypasswordless/common-customizations/sign-in-and-up/provider-config.mdx index 227e31179..1cc59af9f 100644 --- a/v2/thirdpartypasswordless/common-customizations/sign-in-and-up/provider-config.mdx +++ b/v2/thirdpartypasswordless/common-customizations/sign-in-and-up/provider-config.mdx @@ -2577,7 +2577,7 @@ func main() { // highlight-start resp, err := multitenancy.CreateOrUpdateThirdPartyConfig(tenantId, tpmodels.ProviderConfig{ - ThirdPartyId: "active-directoy", + ThirdPartyId: "active-directory", Name: "Active Directory", Clients: []tpmodels.ProviderClientConfig{ { @@ -2615,7 +2615,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid async def some_func(): tenant_id = "customer1" result = await create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2646,7 +2646,7 @@ from supertokens_python.recipe.thirdparty.provider import ProviderConfig, Provid tenant_id = "customer1" result = create_or_update_third_party_config(tenant_id, ProviderConfig( - third_party_id="active-directoy", + third_party_id="active-directory", name="Active Directoy", clients=[ ProviderClientConfig( @@ -2681,7 +2681,7 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}//re --header 'Content-Type: application/json' \ --data-raw '{ "config": { - "thirdPartyId": "active-directoy", + "thirdPartyId": "active-directory", "name": "Active Directory", "clients": [ {