Skip to content

Commit

Permalink
Embedded Wallet 4 new flows + remove Paper/Magic (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored Oct 26, 2023
1 parent 2a7285b commit 4a2d325
Show file tree
Hide file tree
Showing 38 changed files with 345,970 additions and 4,947 deletions.
4 changes: 2 additions & 2 deletions Assets/Thirdweb/Core/Plugin/thirdweb.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var plugin = {
password,
email,
personalWallet,
useGoogle,
authOptions,
cb
) {
// convert taskId from pointer to str and allocate it to keep in memory
Expand All @@ -74,7 +74,7 @@ var plugin = {
UTF8ToString(password),
UTF8ToString(email),
UTF8ToString(personalWallet),
UTF8ToString(useGoogle)
UTF8ToString(authOptions)
)
.then((address) => {
if (address) {
Expand Down
Loading

0 comments on commit 4a2d325

Please sign in to comment.