Skip to content

Commit 01b4576

Browse files
authored
Update auth-handler.ts
1 parent c0d0f67 commit 01b4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/login/server/auth-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function createAuthHandler({
7070
basePath = "/api/auth",
7171
...options
7272
}: CreateAuthHandlerOptions) {
73-
// re-map the server wallet to to the admin account option
73+
// re-map the server wallet to the admin account option
7474
const twAuth = createAuth({ ...options, adminAccount: serverWallet });
7575

7676
// payload generation endpoint

0 commit comments

Comments
 (0)