From c94aa013ce9ccec2326fe2f2da181fcf217adf26 Mon Sep 17 00:00:00 2001 From: ElasticBottle Date: Tue, 12 Dec 2023 02:16:12 +0000 Subject: [PATCH] chore: fix user formatting --- .../21 Embedded Wallet/4 Custom Auth/2 custom-auth-server.mdx | 1 - 1 file changed, 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 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" }, ];