Skip to content

Commit 4a2d325

Browse files
authored
Embedded Wallet 4 new flows + remove Paper/Magic (#124)
1 parent 2a7285b commit 4a2d325

38 files changed

+345970
-4947
lines changed

Assets/Thirdweb/Core/Plugin/thirdweb.jslib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var plugin = {
5858
password,
5959
email,
6060
personalWallet,
61-
useGoogle,
61+
authOptions,
6262
cb
6363
) {
6464
// convert taskId from pointer to str and allocate it to keep in memory
@@ -74,7 +74,7 @@ var plugin = {
7474
UTF8ToString(password),
7575
UTF8ToString(email),
7676
UTF8ToString(personalWallet),
77-
UTF8ToString(useGoogle)
77+
UTF8ToString(authOptions)
7878
)
7979
.then((address) => {
8080
if (address) {

0 commit comments

Comments
 (0)