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 4f1a9b186..ecce2784a 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 @@ -118,7 +118,6 @@ Of course, you would use your own auth server instead of the one we provided. Th const app = express(); const PORT = process.env.PORT || 3000; - const users = [ { id: 1, email: "user@example.com", password: "password123" }, ];