thirdweb@5.48.1
Patch Changes
-
#4237
b38308d
Thanks @gregfromstl! - Enable external redirects for electron supportimport { authenticate } from "thirdweb/wallets/in-app"; const result = await authenticate({ client, strategy: "google", redirectUrl: "https://example.org", mode: "window", });
-
#4213
6c87d7b
Thanks @MananTank! - Fix "conditionally rendereed hooks error" in various components inthirdweb/react
andthirdweb/react-native
-
#4214
0a1bce8
Thanks @gregfromstl! - Fix custom image metadata on in-app wallets -
#4239
d93ec63
Thanks @joaquim-verges! - Fix passkey domain not being respected on login