Skip to content

Commit

Permalink
Merge pull request #79 from EveripediaNetwork/fix-fix-wallet-adapters…
Browse files Browse the repository at this point in the history
…-openlogin-to-auth

fix wallet adapters OpenLogin to Auth
  • Loading branch information
Royal-lobster authored Nov 27, 2024
2 parents 76f2e8e + 2328e85 commit 9f43822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-crews-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@everipedia/iq-login": patch
---

fix-fix-wallet-adapters-openlogin-to-auth
2 changes: 1 addition & 1 deletion src/lib/integrations/web3-auth-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const rainbowWeb3AuthConnector = ({
web3AuthInstance: Web3AuthModal.Web3Auth;
}): Wallet => {
const modalConfig = {
[Web3AuthBase.WALLET_ADAPTERS.OPENLOGIN]: {
[Web3AuthBase.WALLET_ADAPTERS.AUTH]: {
label: "openlogin",
showOnModal: true,
},
Expand Down

0 comments on commit 9f43822

Please sign in to comment.