From 012860c3d375ce0b95a803bf54b6caf6bee56a04 Mon Sep 17 00:00:00 2001 From: ElasticBottle Date: Mon, 11 Dec 2023 19:04:01 +0000 Subject: [PATCH] chore: update slugs --- .../21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx | 4 ++++ .../4 Custom Auth/3 custom-jwt-auth-server.mdx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/onboarding/21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx b/docs/onboarding/21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx index 796d59aa1..c761c393a 100644 --- a/docs/onboarding/21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx +++ b/docs/onboarding/21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx @@ -3,6 +3,10 @@ slug: /embedded-wallet/custom-auth-server title: Custom Auth Server --- +import TabItem from "@theme/TabItem"; +import Tabs from "@theme/Tabs"; +import Tabs from "@theme/Tabs"; + # Create a custom JWT auth server Learn how to integrate your auth backend with our embedded wallets solution so you can onboard your users into web3 seamlessly. diff --git a/docs/onboarding/21 Embedded Wallet/4 Custom Auth/3 custom-jwt-auth-server.mdx b/docs/onboarding/21 Embedded Wallet/4 Custom Auth/3 custom-jwt-auth-server.mdx index 90189e402..06753a6b1 100644 --- a/docs/onboarding/21 Embedded Wallet/4 Custom Auth/3 custom-jwt-auth-server.mdx +++ b/docs/onboarding/21 Embedded Wallet/4 Custom Auth/3 custom-jwt-auth-server.mdx @@ -1,5 +1,5 @@ --- -slug: /embedded-wallet/custom-auth-server +slug: /embedded-wallet/custom-jwt-auth-server title: Custom JWT Auth Server ---