From f6afdeecff24b44d188856800003ac33fba4241c Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Tue, 16 Jul 2024 18:09:45 +0530 Subject: [PATCH] fix: pr comment --- v2/multitenancy/new-tenant.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/v2/multitenancy/new-tenant.mdx b/v2/multitenancy/new-tenant.mdx index d40e5b88f..3ac0eac6a 100644 --- a/v2/multitenancy/new-tenant.mdx +++ b/v2/multitenancy/new-tenant.mdx @@ -81,10 +81,6 @@ func main() { - In the above, we are creating a new tenant with the id `"customer1"`. We are also enabling the email password, third party and passwordless login for this tenant. You can also disable any of these by setting the corresponding field to `false` (which is also the default setting). -:::important -This SDK is still not up to date with the latest CDI, and hence, it uses the deprecated API to create the tenant. The deprecated API is backward compatible and should work with latest version of the core without any issues. -::: - @@ -137,10 +133,6 @@ else: - In the above, we are creating a new tenant with the id `"customer1"`. We are also enabling the email password, third party and passwordless login for this tenant. You can also disable any of these by setting the corresponding field to `false` (which is also the default setting). -:::important -This SDK is still not up to date with the latest CDI, and hence, it uses the deprecated API to create the tenant. The deprecated API is backward compatible and should work with latest version of the core without any issues. -::: -