We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d0f67 commit 01b4576Copy full SHA for 01b4576
packages/thirdweb/src/login/server/auth-handler.ts
@@ -70,7 +70,7 @@ export function createAuthHandler({
70
basePath = "/api/auth",
71
...options
72
}: CreateAuthHandlerOptions) {
73
- // re-map the server wallet to to the admin account option
+ // re-map the server wallet to the admin account option
74
const twAuth = createAuth({ ...options, adminAccount: serverWallet });
75
76
// payload generation endpoint
0 commit comments