Skip to content

Commit

Permalink
fix: pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 16, 2024
1 parent 49a2fb7 commit f6afdee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions v2/multitenancy/new-tenant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

</TabItem>
<TabItem value="python">

Expand Down Expand Up @@ -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.
:::

</TabItem>

<TabItem value="curl">
Expand Down

0 comments on commit f6afdee

Please sign in to comment.