@clerk/elements 0.23.89 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-VKD2WGNR.mjs → chunk-4WOZWJNZ.mjs} +2 -2
- package/dist/{chunk-2NFCNVR4.mjs → chunk-PE76OBP4.mjs} +4 -1
- package/dist/chunk-PE76OBP4.mjs.map +1 -0
- package/dist/react/common/index.js +3 -0
- package/dist/react/common/index.js.map +1 -1
- package/dist/react/common/index.mjs +1 -1
- package/dist/react/sign-in/index.mjs +2 -2
- package/dist/react/sign-up/index.mjs +2 -2
- package/package.json +4 -4
- package/dist/chunk-2NFCNVR4.mjs.map +0 -1
- /package/dist/{chunk-VKD2WGNR.mjs.map → chunk-4WOZWJNZ.mjs.map} +0 -0
|
@@ -1354,6 +1354,9 @@ var useThirdPartyProvider = (ref, provider) => {
|
|
|
1354
1354
|
if (provider === "okx_wallet") {
|
|
1355
1355
|
return ref.send({ type: "AUTHENTICATE.WEB3", strategy: "web3_okx_wallet_signature" });
|
|
1356
1356
|
}
|
|
1357
|
+
if (provider === "solana") {
|
|
1358
|
+
return ref.send({ type: "AUTHENTICATE.WEB3", strategy: "web3_solana_signature" });
|
|
1359
|
+
}
|
|
1357
1360
|
return ref.send({ type: "AUTHENTICATE.OAUTH", strategy: `oauth_${provider}` });
|
|
1358
1361
|
},
|
|
1359
1362
|
[provider, isProviderEnabled, isSaml, isEnterpriseSSO, ref]
|