Skip to content

Commit

Permalink
Merge pull request #245 from multiversx/development
Browse files Browse the repository at this point in the history
Fix double x-alias login (#244)
  • Loading branch information
arhtudormorar authored Sep 20, 2024
2 parents ef47a1f + a64e388 commit bf0c0c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/pages/Unlock/Unlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ export const Unlock = () => {
loginButtonText='Opera Crypto Wallet - Beta'
{...commonProps}
/>
<XaliasCrossWindowLoginButton
loginButtonText='xAlias'
data-testid='xAliasLoginBtn'
customWalletAddress='https://127.0.0.1:3000'
{...commonProps}
/>
<XaliasLoginWrapper {...commonProps} />
<WebWalletLoginWrapper {...commonProps} />
<IframeButton
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
resolved "https://registry.yarnpkg.com/@multiversx/sdk-dapp-utils/-/sdk-dapp-utils-0.1.0.tgz#3103c2ffc648703e75f96acd229af299cb0840ab"
integrity sha512-EFvktZ/S1WQ1ie02nnKZHARC4r23JZWwoTFd5py1qi/Z/UoLHIzJ394HLjXFb6gBTsp4wnvNwIXBA/DNrd2Yeg==

"@multiversx/sdk-dapp@^2.40.0":
"@multiversx/[email protected]":
version "2.40.0"
resolved "https://registry.yarnpkg.com/@multiversx/sdk-dapp/-/sdk-dapp-2.40.0.tgz#6bec086f4555e0280d9be1d5290dbeac20da146a"
integrity sha512-SRoDbecp/Z7RTePs6GG8KC+X8VguS4nKSwGc681XQaxV7TEVWKUw+tNWfFmfT4iUg5/NwwTf+pnoh9pYibg1yw==
Expand Down

0 comments on commit bf0c0c4

Please sign in to comment.