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 3efd4c3 commit e57fadcCopy full SHA for e57fadc
packages/thirdweb/src/wallets/in-app/core/authentication/jwt.ts
@@ -1,5 +1,5 @@
1
-import { getClientFetch } from "src/utils/fetch.js";
2
import type { ThirdwebClient } from "../../../../client/client.js";
+import { getClientFetch } from "../../../../utils/fetch.js";
3
import { ROUTE_AUTH_JWT_CALLBACK } from "../../native/helpers/constants.js";
4
import { createErrorMessage } from "../../native/helpers/errors.js";
5
import type { Ecosystem } from "../wallet/types.js";
0 commit comments