Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Jun 13, 2024
1 parent 4781175 commit 10d09eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ const capsule = capsuleModule({
environment: Environment.DEVELOPMENT,
apiKey: '992bbd9146d5de8ad0419f141d9a7ca7',
modalProps: {
oAuthMethods: [OAuthMethod.GOOGLE, OAuthMethod.TWITTER],
theme: Theme.dark
oAuthMethods: [OAuthMethod.GOOGLE, OAuthMethod.TWITTER]
},
constructorOpts: {
portalBackgroundColor: '#5e5656',
Expand Down

1 comment on commit 10d09eb

@mohamedmansour33
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[blocknative/web3-onboard] New branch created: fix/protectedRpcUrl_check_on_accountCenter_disconnect

Please sign in to comment.