Skip to content

Commit a176827

Browse files
committed
chore: update error message
1 parent a811756 commit a176827

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/wallets/in-app/core/authentication

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/core/authentication/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function backendAuthenticate(args: {
3030
}),
3131
});
3232

33-
if (!res.ok) throw new Error("Failed to generate guest account");
33+
if (!res.ok) throw new Error("Failed to generate backend account");
3434

3535
return (await res.json()) satisfies AuthStoredTokenWithCookieReturnType;
3636
}

0 commit comments

Comments
 (0)