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 00edc15 commit f72823cCopy full SHA for f72823c
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